Html Css Color HEX #42060E Rustic Red

📋 copy color: '#42060E'

red 66 ◦ green 6 ◦ blue 14

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

Shades of Rustic Red #42060E

Tints of Rustic Red #42060E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.98%

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

R = 76.74%
G = 6.98%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#42060E (or 0x42060E) is known color: Rustic Red. HEX triplet: 42, 06 and 0E. RGB value is (66,6,14). Sum of RGB (Red+Green+Blue) = 66+6+14=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #42060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42060E is #BDF9F1. Grayscale: #181818. Windows color (decimal): -12450290 or 919106. OLE color: 919106.

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

Color convert

RGB 66 6 14 -
CMYK 0 0.91 0.79 0.74
HSL 352º 0.83% 0.14% -
HSV(B) 352º 0.91% 0.26% -
XYZ 2.39 1.32 0.54 -
YUV 24.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 66 6 14 0 0.91 0.79 0.74 352 0.83 0.14
Hex 42 6 E 0 5B 4F 4A 160 53 E
Octal 102 6 16 0 133 117 112 540 123 16
Binary 1000010 110 1110 0 1011011 1001111 1001010 101100000 1010011 1110

Color Harmonies of #42060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42060E

Black with #42060E

Text Example


Text Example

White with #42060E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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