#42030B

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

Shades of Rustic Red #42030B

Tints of Rustic Red #42030B

Color information

#42030B (or 0x42030B) is unknown color: approx Rustic Red. HEX triplet: 42, 03 and 0B. RGB value is (66,3,11). Sum of RGB (Red+Green+Blue) = 66+3+11=80 (10% of max value = 765). Red value is 66 (26.17% from 255 or 82.5% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 66 - color contains mainly: red. Hex color #42030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42030B is #BDFCF4. Grayscale: #161616. Windows color (decimal): -12451061 or 721730. OLE color: 721730.

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

Color convert

RGB66311-
CMYK00.950.830.74
HSL352.38º91.3%13.53%-
HSV(B)352.38º95.45%25.88%-
XYZ2.341.250.43-
YUV22.75121.37158.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 82.5%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 11 (4.69% from 255) = 13.75%
R=82.5%
G=3.75%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6631100.950.830.74352.3891.313.53
Hex423B05F534A1605be
Octal102313013712311254013316
Binary1000010111011010111111010011100101010110000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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