#33070F

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

Shades of Rustic Red #33070F

Tints of Rustic Red #33070F

Color information

#33070F (or 0x33070F) is unknown color: approx Rustic Red. HEX triplet: 33, 07 and 0F. RGB value is (51,7,15). Sum of RGB (Red+Green+Blue) = 51+7+15=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #33070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33070F is #CCF8F0. Grayscale: #151515. Windows color (decimal): -13433073 or 984883. OLE color: 984883.

HSL color Cylindrical-coordinate representation of color #33070F: hue angle of 349.09º 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 #33070F is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.8.

Color convert

RGB51715-
CMYK00.860.710.8
HSL349.09º75.86%11.37%-
HSV(B)349.09º86.27%20%-
XYZ1.530.890.54-
YUV21.07124.58149.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 69.86%
GREEN value IS 7 (3.12% from 255) = 9.59%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=69.86%
G=9.59%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5171500.860.710.8349.0975.8611.37
Hex337F056475015d4cb
Octal63717012610712053511413
Binary1100111111111010101101000111101000010101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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