Html Css Color HEX #420517 Rustic Red

📋 copy color: '#420517'

red 66 ◦ green 5 ◦ blue 23

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

Shades of Rustic Red #420517

Tints of Rustic Red #420517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.32%

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

R = 70.21%
G = 5.32%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#420517 (or 0x420517) is known color: Rustic Red. HEX triplet: 42, 05 and 17. RGB value is (66,5,23). Sum of RGB (Red+Green+Blue) = 66+5+23=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #420517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420517 is #BDFAE8. Grayscale: #191919. Windows color (decimal): -12450537 or 1508674. OLE color: 1508674.

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

Color convert

RGB 66 5 23 -
CMYK 0 0.92 0.65 0.74
HSL 342.3º 0.86% 0.14% -
HSV(B) 342.3º 0.92% 0.26% -
XYZ 2.46 1.33 0.94 -
YUV 25.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 66 5 23 0 0.92 0.65 0.74 342.3 0.86 0.14
Hex 42 5 17 0 5C 41 4A 156 56 E
Octal 102 5 27 0 134 101 112 526 126 16
Binary 1000010 101 10111 0 1011100 1000001 1001010 101010110 1010110 1110

Color Harmonies of #420517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420517

Black with #420517

Text Example


Text Example

White with #420517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420517; }

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

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

background-color css

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

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

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

border-color css

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

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

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