Html Css Color HEX #42050B Rustic Red

📋 copy color: '#42050B'

red 66 ◦ green 5 ◦ blue 11

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

Shades of Rustic Red #42050B

Tints of Rustic Red #42050B

RGB

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

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

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

R = 80.49%
G = 6.1%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#42050B (or 0x42050B) is known color: Rustic Red. HEX triplet: 42, 05 and 0B. RGB value is (66,5,11). Sum of RGB (Red+Green+Blue) = 66+5+11=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #42050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42050B is #BDFAF4. Grayscale: #171717. Windows color (decimal): -12450549 or 722242. OLE color: 722242.

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

Color convert

RGB 66 5 11 -
CMYK 0 0.92 0.83 0.74
HSL 354.1º 0.86% 0.14% -
HSV(B) 354.1º 0.92% 0.26% -
XYZ 2.36 1.29 0.44 -
YUV 23.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 66 5 11 0 0.92 0.83 0.74 354.1 0.86 0.14
Hex 42 5 B 0 5C 53 4A 162 56 E
Octal 102 5 13 0 134 123 112 542 126 16
Binary 1000010 101 1011 0 1011100 1010011 1001010 101100010 1010110 1110

Color Harmonies of #42050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42050B

Black with #42050B

Text Example


Text Example

White with #42050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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