#33060F

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

Shades of Rustic Red #33060F

Tints of Rustic Red #33060F

Color information

#33060F (or 0x33060F) is unknown color: approx Rustic Red. HEX triplet: 33, 06 and 0F. RGB value is (51,6,15). Sum of RGB (Red+Green+Blue) = 51+6+15=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #33060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33060F is #CCF9F0. Grayscale: #141414. Windows color (decimal): -13433329 or 984627. OLE color: 984627.

HSL color Cylindrical-coordinate representation of color #33060F: hue angle of 348º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33060F is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.8.

Color convert

RGB51615-
CMYK00.880.710.8
HSL348º78.95%11.18%-
HSV(B)348º88.24%20%-
XYZ1.520.870.54-
YUV20.48124.91149.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 70.83%
GREEN value IS 6 (2.73% from 255) = 8.33%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=70.83%
G=8.33%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5161500.880.710.834878.9511.18
Hex336F058475015c4fb
Octal63617013010712053411713
Binary1100111101111010110001000111101000010101110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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