Html Css Color HEX #400C17 Rustic Red

📋 copy color: '#400C17'

red 64 ◦ green 12 ◦ blue 23

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

Shades of Rustic Red #400C17

Tints of Rustic Red #400C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 23.23%

R = 64.65%
G = 12.12%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#400C17 (or 0x400C17) is known color: Rustic Red. HEX triplet: 40, 0C and 17. RGB value is (64,12,23). Sum of RGB (Red+Green+Blue) = 64+12+23=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #400C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C17 is #BFF3E8. Grayscale: #1C1C1C. Windows color (decimal): -12579817 or 1510464. OLE color: 1510464.

HSL color Cylindrical-coordinate representation of color #400C17: hue angle of 347.31º 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 #400C17 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 12 23 -
CMYK 0 0.81 0.64 0.75
HSL 347.31º 0.68% 0.15% -
HSV(B) 347.31º 0.81% 0.25% -
XYZ 2.4 1.41 0.96 -
YUV 28.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 64 12 23 0 0.81 0.64 0.75 347.31 0.68 0.15
Hex 40 C 17 0 51 40 4B 15B 44 F
Octal 100 14 27 0 121 100 113 533 104 17
Binary 1000000 1100 10111 0 1010001 1000000 1001011 101011011 1000100 1111

Color Harmonies of #400C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C17

Black with #400C17

Text Example


Text Example

White with #400C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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