Html Css Color HEX #42080B Rustic Red

📋 copy color: '#42080B'

red 66 ◦ green 8 ◦ blue 11

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

Shades of Rustic Red #42080B

Tints of Rustic Red #42080B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.94%

R = 77.65%
G = 9.41%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#42080B (or 0x42080B) is known color: Rustic Red. HEX triplet: 42, 08 and 0B. RGB value is (66,8,11). Sum of RGB (Red+Green+Blue) = 66+8+11=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #42080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42080B is #BDF7F4. Grayscale: #191919. Windows color (decimal): -12449781 or 723010. OLE color: 723010.

HSL color Cylindrical-coordinate representation of color #42080B: hue angle of 356.9º 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 #42080B is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 8 11 -
CMYK 0 0.88 0.83 0.74
HSL 356.9º 0.78% 0.15% -
HSV(B) 356.9º 0.88% 0.26% -
XYZ 2.39 1.36 0.45 -
YUV 25.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 66 8 11 0 0.88 0.83 0.74 356.9 0.78 0.15
Hex 42 8 B 0 58 53 4A 165 4E F
Octal 102 10 13 0 130 123 112 545 116 17
Binary 1000010 1000 1011 0 1011000 1010011 1001010 101100101 1001110 1111

Color Harmonies of #42080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42080B

Black with #42080B

Text Example


Text Example

White with #42080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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