#330B0F

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

Shades of Rustic Red #330B0F

Tints of Rustic Red #330B0F

Color information

#330B0F (or 0x330B0F) is unknown color: approx Rustic Red. HEX triplet: 33, 0B and 0F. RGB value is (51,11,15). Sum of RGB (Red+Green+Blue) = 51+11+15=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #330B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B0F is #CCF4F0. Grayscale: #171717. Windows color (decimal): -13432049 or 985907. OLE color: 985907.

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

Color convert

RGB511115-
CMYK00.780.710.8
HSL354º64.52%12.16%-
HSV(B)354º78.43%20%-
XYZ1.570.980.56-
YUV23.42123.25147.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 66.23%
GREEN value IS 11 (4.69% from 255) = 14.29%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=66.23%
G=14.29%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51111500.780.710.835464.5212.16
Hex33BF04E475016241c
Octal631317011610712054210114
Binary11001110111111010011101000111101000010110001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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