#42010B

Color #42010B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #42010B

Tints of Rustic Red #42010B

Color information

#42010B (or 0x42010B) is unknown color: approx Rustic Red. HEX triplet: 42, 01 and 0B. RGB value is (66,1,11). Sum of RGB (Red+Green+Blue) = 66+1+11=78 (10% of max value = 765). Red value is 66 (26.17% from 255 or 84.62% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 66 - color contains mainly: red. Hex color #42010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42010B is #BDFEF4. Grayscale: #151515. Windows color (decimal): -12451573 or 721218. OLE color: 721218.

HSL color Cylindrical-coordinate representation of color #42010B: hue angle of 350.77º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42010B is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB66111-
CMYK00.980.830.74
HSL350.77º97.01%13.14%-
HSV(B)350.77º98.48%25.88%-
XYZ2.321.20.43-
YUV21.58122.03159.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 84.62%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=84.62%
G=1.28%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6611100.980.830.74350.7797.0113.14
Hex421B062534A15f61d
Octal102113014212311253714115
Binary100001011011011000101010011100101010101111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42010B;
 }
 .AnyTagClassName
 {
   color: #42010B;
 }
</style>
background-color css

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

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

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

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

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

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