#33080D

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

Shades of Rustic Red #33080D

Tints of Rustic Red #33080D

Color information

#33080D (or 0x33080D) is unknown color: approx Rustic Red. HEX triplet: 33, 08 and 0D. RGB value is (51,8,13). Sum of RGB (Red+Green+Blue) = 51+8+13=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #33080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33080D is #CCF7F2. Grayscale: #151515. Windows color (decimal): -13432819 or 854067. OLE color: 854067.

HSL color Cylindrical-coordinate representation of color #33080D: hue angle of 353.02º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33080D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB51813-
CMYK00.840.750.8
HSL353.02º72.88%11.57%-
HSV(B)353.02º84.31%20%-
XYZ1.520.910.48-
YUV21.43123.25149.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 70.83%
GREEN value IS 8 (3.52% from 255) = 11.11%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=70.83%
G=11.11%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5181300.840.750.8353.0272.8811.57
Hex338D0544B5016149c
Octal631015012411312054111114
Binary11001110001101010101001001011101000010110000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33080D; }

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

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

<style>
 a { background-color: #33080D; }

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

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

<style>
 span { border-color: #33080D; }

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

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