Html Css Color HEX #431417 Rustic Red

📋 copy color: '#431417'

red 67 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #431417

Tints of Rustic Red #431417

RGB

 RED value IS 67 (26.56% from 255) = 60.91%

 GREEN value IS 20 (8.2% from 255) = 18.18%

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

R = 60.91%
G = 18.18%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.74

RGB Variations

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

Color information

#431417 (or 0x431417) is known color: Rustic Red. HEX triplet: 43, 14 and 17. RGB value is (67,20,23). Sum of RGB (Red+Green+Blue) = 67+20+23=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #431417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431417 is #BCEBE8. Grayscale: #222222. Windows color (decimal): -12381161 or 1512515. OLE color: 1512515.

HSL color Cylindrical-coordinate representation of color #431417: hue angle of 356.17º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431417 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 20 23 -
CMYK 0 0.70 0.66 0.74
HSL 356.17º 0.54% 0.17% -
HSV(B) 356.17º 0.7% 0.26% -
XYZ 2.72 1.76 1.01 -
YUV 34.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 67 20 23 0 0.70 0.66 0.74 356.17 0.54 0.17
Hex 43 14 17 0 46 42 4A 164 36 11
Octal 103 24 27 0 106 102 112 544 66 21
Binary 1000011 10100 10111 0 1000110 1000010 1001010 101100100 110110 10001

Color Harmonies of #431417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431417

Black with #431417

Text Example


Text Example

White with #431417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431417; }

 p { color: rgb(67,20,23); }

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

background-color css

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

 a { background-color: rgb(67,20,23); }

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

border-color css

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

 span { border-color: rgb(67,20,23); }

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