#33090B

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

Shades of Rustic Red #33090B

Tints of Rustic Red #33090B

Color information

#33090B (or 0x33090B) is unknown color: approx Rustic Red. HEX triplet: 33, 09 and 0B. RGB value is (51,9,11). Sum of RGB (Red+Green+Blue) = 51+9+11=71 (9% of max value = 765). Red value is 51 (20.31% from 255 or 71.83% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 51 - color contains mainly: red. Hex color #33090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33090B is #CCF6F4. Grayscale: #151515. Windows color (decimal): -13432565 or 723251. OLE color: 723251.

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

Color convert

RGB51911-
CMYK00.820.780.8
HSL357.14º70%11.76%-
HSV(B)357.14º82.35%20%-
XYZ1.520.920.41-
YUV21.79121.91148.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 71.83%
GREEN value IS 9 (3.91% from 255) = 12.68%
BLUE value IS 11 (4.69% from 255) = 15.49%
R=71.83%
G=12.68%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5191100.820.780.8357.147011.76
Hex339B0524E5016546c
Octal631113012211612054510614
Binary11001110011011010100101001110101000010110010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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