Html Css Color HEX #400615 Rustic Red

📋 copy color: '#400615'

red 64 ◦ green 6 ◦ blue 21

#400615
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #400615

Tints of Rustic Red #400615

RGB

 RED value IS 64 (25.39% from 255) = 70.33%

 GREEN value IS 6 (2.73% from 255) = 6.59%

 BLUE value IS 21 (8.59% from 255) = 23.08%

R = 70.33%
G = 6.59%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#400615 (or 0x400615) is known color: Rustic Red. HEX triplet: 40, 06 and 15. RGB value is (64,6,21). Sum of RGB (Red+Green+Blue) = 64+6+21=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400615 is #BFF9EA. Grayscale: #191919. Windows color (decimal): -12581355 or 1377856. OLE color: 1377856.

HSL color Cylindrical-coordinate representation of color #400615: hue angle of 344.48º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400615 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 6 21 -
CMYK 0 0.91 0.67 0.75
HSL 344.48º 0.83% 0.14% -
HSV(B) 344.48º 0.91% 0.25% -
XYZ 2.31 1.27 0.83 -
YUV 25.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 64 6 21 0 0.91 0.67 0.75 344.48 0.83 0.14
Hex 40 6 15 0 5B 43 4B 158 53 E
Octal 100 6 25 0 133 103 113 530 123 16
Binary 1000000 110 10101 0 1011011 1000011 1001011 101011000 1010011 1110

Color Harmonies of #400615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400615

Black with #400615

Text Example


Text Example

White with #400615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400615; }

 p { color: rgb(64,6,21); }

 H1.HeaderClassName
 {
   color: #400615;
 }
 .AnyTagClassName
 {
   color: #400615;
 }
</style>

background-color css

<style>
 a { background-color: #400615; }

 a { background-color: rgb(64,6,21); }

 div.DivClassName
 {
   background-color: #400615;
 }
 .BgClassName
 {
   background-color: #400615;
 }
</style>

border-color css

<style>
 span { border-color: #400615; }

 span { border-color: rgb(64,6,21); }

 td.TdClassName
 {
   border-color: #400615;
 }
 .TagClassName
 {
   border-color: #400615;
 }
</style>