#33010B

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

Shades of Rustic Red #33010B

Tints of Rustic Red #33010B

Color information

#33010B (or 0x33010B) is unknown color: approx Rustic Red. HEX triplet: 33, 01 and 0B. RGB value is (51,1,11). Sum of RGB (Red+Green+Blue) = 51+1+11=63 (8% of max value = 765). Red value is 51 (20.31% from 255 or 80.95% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 51 - color contains mainly: red. Hex color #33010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33010B is #CCFEF4. Grayscale: #111111. Windows color (decimal): -13434613 or 721203. OLE color: 721203.

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

Color convert

RGB51111-
CMYK00.980.780.8
HSL348º96.15%10.2%-
HSV(B)348º98.04%20%-
XYZ1.440.750.39-
YUV17.09124.56152.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 80.95%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 11 (4.69% from 255) = 17.46%
R=80.95%
G=1.59%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5111100.980.780.834896.1510.2
Hex331B0624E5015c60a
Octal63113014211612053414012
Binary11001111011011000101001110101000010101110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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