Html Css Color HEX #42050E Rustic Red

📋 copy color: '#42050E'

red 66 ◦ green 5 ◦ blue 14

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

Shades of Rustic Red #42050E

Tints of Rustic Red #42050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.88%

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

R = 77.65%
G = 5.88%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#42050E (or 0x42050E) is known color: Rustic Red. HEX triplet: 42, 05 and 0E. RGB value is (66,5,14). Sum of RGB (Red+Green+Blue) = 66+5+14=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #42050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42050E is #BDFAF1. Grayscale: #181818. Windows color (decimal): -12450546 or 918850. OLE color: 918850.

HSL color Cylindrical-coordinate representation of color #42050E: hue angle of 351.15º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42050E is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 5 14 -
CMYK 0 0.92 0.79 0.74
HSL 351.15º 0.86% 0.14% -
HSV(B) 351.15º 0.92% 0.26% -
XYZ 2.38 1.3 0.54 -
YUV 24.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 66 5 14 0 0.92 0.79 0.74 351.15 0.86 0.14
Hex 42 5 E 0 5C 4F 4A 15F 56 E
Octal 102 5 16 0 134 117 112 537 126 16
Binary 1000010 101 1110 0 1011100 1001111 1001010 101011111 1010110 1110

Color Harmonies of #42050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42050E

Black with #42050E

Text Example


Text Example

White with #42050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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