Html Css Color HEX #42080E Rustic Red

📋 copy color: '#42080E'

red 66 ◦ green 8 ◦ blue 14

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

Shades of Rustic Red #42080E

Tints of Rustic Red #42080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 15.91%

R = 75%
G = 9.09%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#42080E (or 0x42080E) is known color: Rustic Red. HEX triplet: 42, 08 and 0E. RGB value is (66,8,14). Sum of RGB (Red+Green+Blue) = 66+8+14=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #42080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42080E is #BDF7F1. Grayscale: #1A1A1A. Windows color (decimal): -12449778 or 919618. OLE color: 919618.

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

Color convert

RGB 66 8 14 -
CMYK 0 0.88 0.79 0.74
HSL 353.79º 0.78% 0.15% -
HSV(B) 353.79º 0.88% 0.26% -
XYZ 2.41 1.36 0.55 -
YUV 26.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 66 8 14 0 0.88 0.79 0.74 353.79 0.78 0.15
Hex 42 8 E 0 58 4F 4A 162 4E F
Octal 102 10 16 0 130 117 112 542 116 17
Binary 1000010 1000 1110 0 1011000 1001111 1001010 101100010 1001110 1111

Color Harmonies of #42080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42080E

Black with #42080E

Text Example


Text Example

White with #42080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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