Html Css Color HEX #420010 Rustic Red

📋 copy color: '#420010'

red 66 ◦ green 0 ◦ blue 16

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

Shades of Rustic Red #420010

Tints of Rustic Red #420010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 19.51%

R = 80.49%
G = 0%
B = 19.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#420010 (or 0x420010) is known color: Rustic Red. HEX triplet: 42, 00 and 10. RGB value is (66,0,16). Sum of RGB (Red+Green+Blue) = 66+0+16=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #420010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420010 is #BDFFEF. Grayscale: #151515. Windows color (decimal): -12451824 or 1048642. OLE color: 1048642.

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

Color convert

RGB 66 0 16 -
CMYK 0 1 0.76 0.74
HSL 345.45º 1% 0.13% -
HSV(B) 345.45º 1% 0.26% -
XYZ 2.34 1.2 0.6 -
YUV 21.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 66 0 16 0 1 0.76 0.74 345.45 1 0.13
Hex 42 0 10 0 64 4C 4A 159 64 D
Octal 102 0 20 0 144 114 112 531 144 15
Binary 1000010 0 10000 0 1100100 1001100 1001010 101011001 1100100 1101

Color Harmonies of #420010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420010

Black with #420010

Text Example


Text Example

White with #420010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420010; }

 p { color: rgb(66,0,16); }

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

background-color css

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

 a { background-color: rgb(66,0,16); }

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

border-color css

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

 span { border-color: rgb(66,0,16); }

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