#33070B

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

Shades of Rustic Red #33070B

Tints of Rustic Red #33070B

Color information

#33070B (or 0x33070B) is unknown color: approx Rustic Red. HEX triplet: 33, 07 and 0B. RGB value is (51,7,11). Sum of RGB (Red+Green+Blue) = 51+7+11=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #33070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33070B is #CCF8F4. Grayscale: #141414. Windows color (decimal): -13433077 or 722739. OLE color: 722739.

HSL color Cylindrical-coordinate representation of color #33070B: hue angle of 354.55º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33070B is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB51711-
CMYK00.860.780.8
HSL354.55º75.86%11.37%-
HSV(B)354.55º86.27%20%-
XYZ1.50.880.41-
YUV20.61122.58149.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 73.91%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 11 (4.69% from 255) = 15.94%
R=73.91%
G=10.14%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5171100.860.780.8354.5575.8611.37
Hex337B0564E501634cb
Octal63713012611612054311413
Binary1100111111011010101101001110101000010110001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,7,11); }

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

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

 a { background-color: rgb(51,7,11); }

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

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

 span { border-color: rgb(51,7,11); }

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