Html Css Color HEX #420109 Rustic Red

📋 copy color: '#420109'

red 66 ◦ green 1 ◦ blue 9

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

Shades of Rustic Red #420109

Tints of Rustic Red #420109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

 BLUE value IS 9 (3.91% from 255) = 11.84%

R = 86.84%
G = 1.32%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#420109 (or 0x420109) is known color: Rustic Red. HEX triplet: 42, 01 and 09. RGB value is (66,1,9). Sum of RGB (Red+Green+Blue) = 66+1+9=76 (10% of max value = 765). Red value is 66 (26.17% from 255 or 86.84% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 66 - color contains mainly: red. Hex color #420109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420109 is #BDFEF6. Grayscale: #151515. Windows color (decimal): -12451575 or 590146. OLE color: 590146.

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

Color convert

RGB 66 1 9 -
CMYK 0 0.98 0.86 0.74
HSL 352.62º 0.97% 0.13% -
HSV(B) 352.62º 0.98% 0.26% -
XYZ 2.31 1.2 0.37 -
YUV 21.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 66 1 9 0 0.98 0.86 0.74 352.62 0.97 0.13
Hex 42 1 9 0 62 56 4A 161 61 D
Octal 102 1 11 0 142 126 112 541 141 15
Binary 1000010 1 1001 0 1100010 1010110 1001010 101100001 1100001 1101

Color Harmonies of #420109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420109

Black with #420109

Text Example


Text Example

White with #420109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420109; }

 p { color: rgb(66,1,9); }

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

background-color css

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

 a { background-color: rgb(66,1,9); }

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

border-color css

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

 span { border-color: rgb(66,1,9); }

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