Html Css Color HEX #42090A Rustic Red

📋 copy color: '#42090A'

red 66 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #42090A

Tints of Rustic Red #42090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.76%

R = 77.65%
G = 10.59%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#42090A (or 0x42090A) is known color: Rustic Red. HEX triplet: 42, 09 and 0A. RGB value is (66,9,10). Sum of RGB (Red+Green+Blue) = 66+9+10=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #42090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42090A is #BDF6F5. Grayscale: #1A1A1A. Windows color (decimal): -12449526 or 657730. OLE color: 657730.

HSL color Cylindrical-coordinate representation of color #42090A: hue angle of 358.95º 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 #42090A is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 9 10 -
CMYK 0 0.86 0.85 0.74
HSL 358.95º 0.76% 0.15% -
HSV(B) 358.95º 0.86% 0.26% -
XYZ 2.4 1.38 0.43 -
YUV 26.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 66 9 10 0 0.86 0.85 0.74 358.95 0.76 0.15
Hex 42 9 A 0 56 55 4A 167 4C F
Octal 102 11 12 0 126 125 112 547 114 17
Binary 1000010 1001 1010 0 1010110 1010101 1001010 101100111 1001100 1111

Color Harmonies of #42090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42090A

Black with #42090A

Text Example


Text Example

White with #42090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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