Html Css Color HEX #420410 Rustic Red

📋 copy color: '#420410'

red 66 ◦ green 4 ◦ blue 16

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

Shades of Rustic Red #420410

Tints of Rustic Red #420410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.65%

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

R = 76.74%
G = 4.65%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#420410 (or 0x420410) is known color: Rustic Red. HEX triplet: 42, 04 and 10. RGB value is (66,4,16). Sum of RGB (Red+Green+Blue) = 66+4+16=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #420410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420410 is #BDFBEF. Grayscale: #171717. Windows color (decimal): -12450800 or 1049666. OLE color: 1049666.

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

Color convert

RGB 66 4 16 -
CMYK 0 0.94 0.76 0.74
HSL 348.39º 0.89% 0.14% -
HSV(B) 348.39º 0.94% 0.26% -
XYZ 2.38 1.28 0.61 -
YUV 23.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 66 4 16 0 0.94 0.76 0.74 348.39 0.89 0.14
Hex 42 4 10 0 5E 4C 4A 15C 59 E
Octal 102 4 20 0 136 114 112 534 131 16
Binary 1000010 100 10000 0 1011110 1001100 1001010 101011100 1011001 1110

Color Harmonies of #420410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420410

Black with #420410

Text Example


Text Example

White with #420410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420410; }

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

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

background-color css

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

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

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

border-color css

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

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

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