#33040B

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

Shades of Rustic Red #33040B

Tints of Rustic Red #33040B

Color information

#33040B (or 0x33040B) is unknown color: approx Rustic Red. HEX triplet: 33, 04 and 0B. RGB value is (51,4,11). Sum of RGB (Red+Green+Blue) = 51+4+11=66 (8% of max value = 765). Red value is 51 (20.31% from 255 or 77.27% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 51 - color contains mainly: red. Hex color #33040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33040B is #CCFBF4. Grayscale: #121212. Windows color (decimal): -13433845 or 721971. OLE color: 721971.

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

Color convert

RGB51411-
CMYK00.920.780.8
HSL351.06º85.45%10.78%-
HSV(B)351.06º92.16%20%-
XYZ1.470.810.4-
YUV18.85123.57150.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 77.27%
GREEN value IS 4 (1.95% from 255) = 6.06%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=77.27%
G=6.06%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5141100.920.780.8351.0685.4510.78
Hex334B05C4E5015f55b
Octal63413013411612053712513
Binary1100111001011010111001001110101000010101111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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