Html Css Color HEX #42080A Rustic Red

📋 copy color: '#42080A'

red 66 ◦ green 8 ◦ blue 10

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

Shades of Rustic Red #42080A

Tints of Rustic Red #42080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.52%

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

R = 78.57%
G = 9.52%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#42080A (or 0x42080A) is known color: Rustic Red. HEX triplet: 42, 08 and 0A. RGB value is (66,8,10). Sum of RGB (Red+Green+Blue) = 66+8+10=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #42080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42080A is #BDF7F5. Grayscale: #191919. Windows color (decimal): -12449782 or 657474. OLE color: 657474.

HSL color Cylindrical-coordinate representation of color #42080A: hue angle of 357.93º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42080A is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 8 10 -
CMYK 0 0.88 0.85 0.74
HSL 357.93º 0.78% 0.15% -
HSV(B) 357.93º 0.88% 0.26% -
XYZ 2.39 1.35 0.42 -
YUV 25.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 66 8 10 0 0.88 0.85 0.74 357.93 0.78 0.15
Hex 42 8 A 0 58 55 4A 166 4E F
Octal 102 10 12 0 130 125 112 546 116 17
Binary 1000010 1000 1010 0 1011000 1010101 1001010 101100110 1001110 1111

Color Harmonies of #42080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42080A

Black with #42080A

Text Example


Text Example

White with #42080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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