Html Css Color HEX #421417 Rustic Red

📋 copy color: '#421417'

red 66 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #421417

Tints of Rustic Red #421417

RGB

 RED value IS 66 (26.17% from 255) = 60.55%

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

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

R = 60.55%
G = 18.35%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#421417 (or 0x421417) is known color: Rustic Red. HEX triplet: 42, 14 and 17. RGB value is (66,20,23). Sum of RGB (Red+Green+Blue) = 66+20+23=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #421417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421417 is #BDEBE8. Grayscale: #222222. Windows color (decimal): -12446697 or 1512514. OLE color: 1512514.

HSL color Cylindrical-coordinate representation of color #421417: hue angle of 356.09º degrees, saturation: 0.53, 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 #421417 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 20 23 -
CMYK 0 0.70 0.65 0.74
HSL 356.09º 0.53% 0.17% -
HSV(B) 356.09º 0.7% 0.26% -
XYZ 2.65 1.72 1 -
YUV 34.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 66 20 23 0 0.70 0.65 0.74 356.09 0.53 0.17
Hex 42 14 17 0 46 41 4A 164 35 11
Octal 102 24 27 0 106 101 112 544 65 21
Binary 1000010 10100 10111 0 1000110 1000001 1001010 101100100 110101 10001

Color Harmonies of #421417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421417

Black with #421417

Text Example


Text Example

White with #421417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421417; }

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

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

background-color css

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

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

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

border-color css

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

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

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