Html Css Color HEX #420405 Rustic Red

📋 copy color: '#420405'

red 66 ◦ green 4 ◦ blue 5

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

Shades of Rustic Red #420405

Tints of Rustic Red #420405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.67%

R = 88%
G = 5.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#420405 (or 0x420405) is known color: Rustic Red. HEX triplet: 42, 04 and 05. RGB value is (66,4,5). Sum of RGB (Red+Green+Blue) = 66+4+5=75 (9% of max value = 765). Red value is 66 (26.17% from 255 or 88% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 66 - color contains mainly: red. Hex color #420405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420405 is #BDFBFA. Grayscale: #161616. Windows color (decimal): -12450811 or 328770. OLE color: 328770.

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

Color convert

RGB 66 4 5 -
CMYK 0 0.94 0.92 0.74
HSL 359.03º 0.89% 0.14% -
HSV(B) 359.03º 0.94% 0.26% -
XYZ 2.32 1.26 0.26 -
YUV 22.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 66 4 5 0 0.94 0.92 0.74 359.03 0.89 0.14
Hex 42 4 5 0 5E 5C 4A 167 59 E
Octal 102 4 5 0 136 134 112 547 131 16
Binary 1000010 100 101 0 1011110 1011100 1001010 101100111 1011001 1110

Color Harmonies of #420405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420405

Black with #420405

Text Example


Text Example

White with #420405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420405; }

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

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

background-color css

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

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

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

border-color css

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

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

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