#330B0D

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

Shades of Rustic Red #330B0D

Tints of Rustic Red #330B0D

Color information

#330B0D (or 0x330B0D) is unknown color: approx Rustic Red. HEX triplet: 33, 0B and 0D. RGB value is (51,11,13). Sum of RGB (Red+Green+Blue) = 51+11+13=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #330B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B0D is #CCF4F2. Grayscale: #171717. Windows color (decimal): -13432051 or 854835. OLE color: 854835.

HSL color Cylindrical-coordinate representation of color #330B0D: hue angle of 357º 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 #330B0D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB511113-
CMYK00.780.750.8
HSL357º64.52%12.16%-
HSV(B)357º78.43%20%-
XYZ1.560.970.49-
YUV23.19122.25147.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 68%
GREEN value IS 11 (4.69% from 255) = 14.67%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=68%
G=14.67%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51111300.780.750.835764.5212.16
Hex33BD04E4B5016541c
Octal631315011611312054510114
Binary11001110111101010011101001011101000010110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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