Html Css Color HEX #420110 Rustic Red

📋 copy color: '#420110'

red 66 ◦ green 1 ◦ blue 16

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

Shades of Rustic Red #420110

Tints of Rustic Red #420110

RGB

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

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

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

R = 79.52%
G = 1.2%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#420110 (or 0x420110) is known color: Rustic Red. HEX triplet: 42, 01 and 10. RGB value is (66,1,16). Sum of RGB (Red+Green+Blue) = 66+1+16=83 (10% of max value = 765). Red value is 66 (26.17% from 255 or 79.52% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 66 - color contains mainly: red. Hex color #420110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420110 is #BDFEEF. Grayscale: #161616. Windows color (decimal): -12451568 or 1048898. OLE color: 1048898.

HSL color Cylindrical-coordinate representation of color #420110: hue angle of 346.15º 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 #420110 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 1 16 -
CMYK 0 0.98 0.76 0.74
HSL 346.15º 0.97% 0.13% -
HSV(B) 346.15º 0.98% 0.26% -
XYZ 2.35 1.22 0.6 -
YUV 22.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 66 1 16 0 0.98 0.76 0.74 346.15 0.97 0.13
Hex 42 1 10 0 62 4C 4A 15A 61 D
Octal 102 1 20 0 142 114 112 532 141 15
Binary 1000010 1 10000 0 1100010 1001100 1001010 101011010 1100001 1101

Color Harmonies of #420110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420110

Black with #420110

Text Example


Text Example

White with #420110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420110; }

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

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

background-color css

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

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

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

border-color css

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

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

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