#42000B

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

Shades of Rustic Red #42000B

Tints of Rustic Red #42000B

Color information

#42000B (or 0x42000B) is unknown color: approx Rustic Red. HEX triplet: 42, 00 and 0B. RGB value is (66,0,11). Sum of RGB (Red+Green+Blue) = 66+0+11=77 (10% of max value = 765). Red value is 66 (26.17% from 255 or 85.71% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 66 - color contains mainly: red. Hex color #42000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42000B is #BDFFF4. Grayscale: #151515. Windows color (decimal): -12451829 or 720962. OLE color: 720962.

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

Color convert

RGB66011-
CMYK010.830.74
HSL350º100%12.94%-
HSV(B)350º100%25.88%-
XYZ2.311.180.42-
YUV20.99122.37160.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 85.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 14.29%
R=85.71%
G=0%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66011010.830.7435010012.94
Hex420B064534A15e64d
Octal102013014412311253614415
Binary100001001011011001001010011100101010101111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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