Html Css Color HEX #42090B Rustic Red

📋 copy color: '#42090B'

red 66 ◦ green 9 ◦ blue 11

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

Shades of Rustic Red #42090B

Tints of Rustic Red #42090B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.79%

R = 76.74%
G = 10.47%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#42090B (or 0x42090B) is known color: Rustic Red. HEX triplet: 42, 09 and 0B. RGB value is (66,9,11). Sum of RGB (Red+Green+Blue) = 66+9+11=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #42090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42090B is #BDF6F4. Grayscale: #1A1A1A. Windows color (decimal): -12449525 or 723266. OLE color: 723266.

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

Color convert

RGB 66 9 11 -
CMYK 0 0.86 0.83 0.74
HSL 357.89º 0.76% 0.15% -
HSV(B) 357.89º 0.86% 0.26% -
XYZ 2.4 1.38 0.46 -
YUV 26.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 66 9 11 0 0.86 0.83 0.74 357.89 0.76 0.15
Hex 42 9 B 0 56 53 4A 166 4C F
Octal 102 11 13 0 126 123 112 546 114 17
Binary 1000010 1001 1011 0 1010110 1010011 1001010 101100110 1001100 1111

Color Harmonies of #42090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42090B

Black with #42090B

Text Example


Text Example

White with #42090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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