Html Css Color HEX #42040A Rustic Red

📋 copy color: '#42040A'

red 66 ◦ green 4 ◦ blue 10

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

Shades of Rustic Red #42040A

Tints of Rustic Red #42040A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.5%

R = 82.5%
G = 5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#42040A (or 0x42040A) is known color: Rustic Red. HEX triplet: 42, 04 and 0A. RGB value is (66,4,10). Sum of RGB (Red+Green+Blue) = 66+4+10=80 (10% of max value = 765). Red value is 66 (26.17% from 255 or 82.5% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 66 - color contains mainly: red. Hex color #42040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42040A is #BDFBF5. Grayscale: #171717. Windows color (decimal): -12450806 or 656450. OLE color: 656450.

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

Color convert

RGB 66 4 10 -
CMYK 0 0.94 0.85 0.74
HSL 354.19º 0.89% 0.14% -
HSV(B) 354.19º 0.94% 0.26% -
XYZ 2.34 1.27 0.41 -
YUV 23.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 66 4 10 0 0.94 0.85 0.74 354.19 0.89 0.14
Hex 42 4 A 0 5E 55 4A 162 59 E
Octal 102 4 12 0 136 125 112 542 131 16
Binary 1000010 100 1010 0 1011110 1010101 1001010 101100010 1011001 1110

Color Harmonies of #42040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42040A

Black with #42040A

Text Example


Text Example

White with #42040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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