Html Css Color HEX #421718 Rustic Red

📋 copy color: '#421718'

red 66 ◦ green 23 ◦ blue 24

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

Shades of Rustic Red #421718

Tints of Rustic Red #421718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.35%

 BLUE value IS 24 (9.77% from 255) = 21.24%

R = 58.41%
G = 20.35%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#421718 (or 0x421718) is known color: Rustic Red. HEX triplet: 42, 17 and 18. RGB value is (66,23,24). Sum of RGB (Red+Green+Blue) = 66+23+24=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #421718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421718 is #BDE8E7. Grayscale: #242424. Windows color (decimal): -12445928 or 1578818. OLE color: 1578818.

HSL color Cylindrical-coordinate representation of color #421718: hue angle of 358.6º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #421718 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 23 24 -
CMYK 0 0.65 0.64 0.74
HSL 358.6º 0.48% 0.17% -
HSV(B) 358.6º 0.65% 0.26% -
XYZ 2.72 1.84 1.08 -
YUV 35.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 66 23 24 0 0.65 0.64 0.74 358.6 0.48 0.17
Hex 42 17 18 0 41 40 4A 167 30 11
Octal 102 27 30 0 101 100 112 547 60 21
Binary 1000010 10111 11000 0 1000001 1000000 1001010 101100111 110000 10001

Color Harmonies of #421718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421718

Black with #421718

Text Example


Text Example

White with #421718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421718; }

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

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

background-color css

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

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

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

border-color css

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

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

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