#330A0B

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

Shades of Rustic Red #330A0B

Tints of Rustic Red #330A0B

Color information

#330A0B (or 0x330A0B) is unknown color: approx Rustic Red. HEX triplet: 33, 0A and 0B. RGB value is (51,10,11). Sum of RGB (Red+Green+Blue) = 51+10+11=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #330A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330A0B is #CCF5F4. Grayscale: #161616. Windows color (decimal): -13432309 or 723507. OLE color: 723507.

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

Color convert

RGB511011-
CMYK00.800.780.8
HSL358.54º67.21%11.96%-
HSV(B)358.54º80.39%20%-
XYZ1.530.950.42-
YUV22.37121.58148.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 70.83%
GREEN value IS 10 (4.30% from 255) = 13.89%
BLUE value IS 11 (4.69% from 255) = 15.28%
R=70.83%
G=13.89%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51101100.800.780.8358.5467.2111.96
Hex33AB0504E5016743c
Octal631213012011612054710314
Binary11001110101011010100001001110101000010110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330A0B; }

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

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

<style>
 a { background-color: #330A0B; }

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

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

<style>
 span { border-color: #330A0B; }

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

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