Html Css Color HEX #400C15 Rustic Red

📋 copy color: '#400C15'

red 64 ◦ green 12 ◦ blue 21

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

Shades of Rustic Red #400C15

Tints of Rustic Red #400C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.37%

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

R = 65.98%
G = 12.37%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#400C15 (or 0x400C15) is known color: Rustic Red. HEX triplet: 40, 0C and 15. RGB value is (64,12,21). Sum of RGB (Red+Green+Blue) = 64+12+21=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #400C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C15 is #BFF3EA. Grayscale: #1C1C1C. Windows color (decimal): -12579819 or 1379392. OLE color: 1379392.

HSL color Cylindrical-coordinate representation of color #400C15: hue angle of 349.62º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400C15 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 12 21 -
CMYK 0 0.81 0.67 0.75
HSL 349.62º 0.68% 0.15% -
HSV(B) 349.62º 0.81% 0.25% -
XYZ 2.38 1.41 0.86 -
YUV 28.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 64 12 21 0 0.81 0.67 0.75 349.62 0.68 0.15
Hex 40 C 15 0 51 43 4B 15E 44 F
Octal 100 14 25 0 121 103 113 536 104 17
Binary 1000000 1100 10101 0 1010001 1000011 1001011 101011110 1000100 1111

Color Harmonies of #400C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C15

Black with #400C15

Text Example


Text Example

White with #400C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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