Html Css Color HEX #420617 Rustic Red

📋 copy color: '#420617'

red 66 ◦ green 6 ◦ blue 23

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

Shades of Rustic Red #420617

Tints of Rustic Red #420617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.32%

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

R = 69.47%
G = 6.32%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#420617 (or 0x420617) is known color: Rustic Red. HEX triplet: 42, 06 and 17. RGB value is (66,6,23). Sum of RGB (Red+Green+Blue) = 66+6+23=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #420617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420617 is #BDF9E8. Grayscale: #191919. Windows color (decimal): -12450281 or 1508930. OLE color: 1508930.

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

Color convert

RGB 66 6 23 -
CMYK 0 0.91 0.65 0.74
HSL 343º 0.83% 0.14% -
HSV(B) 343º 0.91% 0.26% -
XYZ 2.47 1.35 0.94 -
YUV 25.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 66 6 23 0 0.91 0.65 0.74 343 0.83 0.14
Hex 42 6 17 0 5B 41 4A 157 53 E
Octal 102 6 27 0 133 101 112 527 123 16
Binary 1000010 110 10111 0 1011011 1000001 1001010 101010111 1010011 1110

Color Harmonies of #420617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420617

Black with #420617

Text Example


Text Example

White with #420617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420617; }

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

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

background-color css

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

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

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

border-color css

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

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

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