Html Css Color HEX #42090C Rustic Red

📋 copy color: '#42090C'

red 66 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #42090C

Tints of Rustic Red #42090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.34%

 BLUE value IS 12 (5.08% from 255) = 13.79%

R = 75.86%
G = 10.34%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#42090C (or 0x42090C) is known color: Rustic Red. HEX triplet: 42, 09 and 0C. RGB value is (66,9,12). Sum of RGB (Red+Green+Blue) = 66+9+12=87 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75.86% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 66 - color contains mainly: red. Hex color #42090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42090C is #BDF6F3. Grayscale: #1A1A1A. Windows color (decimal): -12449524 or 788802. OLE color: 788802.

HSL color Cylindrical-coordinate representation of color #42090C: hue angle of 356.84º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42090C is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 9 12 -
CMYK 0 0.86 0.82 0.74
HSL 356.84º 0.76% 0.15% -
HSV(B) 356.84º 0.86% 0.26% -
XYZ 2.41 1.38 0.49 -
YUV 26.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 66 9 12 0 0.86 0.82 0.74 356.84 0.76 0.15
Hex 42 9 C 0 56 52 4A 165 4C F
Octal 102 11 14 0 126 122 112 545 114 17
Binary 1000010 1001 1100 0 1010110 1010010 1001010 101100101 1001100 1111

Color Harmonies of #42090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42090C

Black with #42090C

Text Example


Text Example

White with #42090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42090C; }

 p { color: rgb(66,9,12); }

 H1.HeaderClassName
 {
   color: #42090C;
 }
 .AnyTagClassName
 {
   color: #42090C;
 }
</style>

background-color css

<style>
 a { background-color: #42090C; }

 a { background-color: rgb(66,9,12); }

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

border-color css

<style>
 span { border-color: #42090C; }

 span { border-color: rgb(66,9,12); }

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