#33060B

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

Shades of Rustic Red #33060B

Tints of Rustic Red #33060B

Color information

#33060B (or 0x33060B) is unknown color: approx Rustic Red. HEX triplet: 33, 06 and 0B. RGB value is (51,6,11). Sum of RGB (Red+Green+Blue) = 51+6+11=68 (9% of max value = 765). Red value is 51 (20.31% from 255 or 75% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 51 - color contains mainly: red. Hex color #33060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33060B is #CCF9F4. Grayscale: #141414. Windows color (decimal): -13433333 or 722483. OLE color: 722483.

HSL color Cylindrical-coordinate representation of color #33060B: hue angle of 353.33º 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 #33060B is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB51611-
CMYK00.880.780.8
HSL353.33º78.95%11.18%-
HSV(B)353.33º88.24%20%-
XYZ1.490.860.4-
YUV20.02122.91150.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 75%
GREEN value IS 6 (2.73% from 255) = 8.82%
BLUE value IS 11 (4.69% from 255) = 16.18%
R=75%
G=8.82%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5161100.880.780.8353.3378.9511.18
Hex336B0584E501614fb
Octal63613013011612054111713
Binary1100111101011010110001001110101000010110000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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