#33090F

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

Shades of Rustic Red #33090F

Tints of Rustic Red #33090F

Color information

#33090F (or 0x33090F) is unknown color: approx Rustic Red. HEX triplet: 33, 09 and 0F. RGB value is (51,9,15). Sum of RGB (Red+Green+Blue) = 51+9+15=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #33090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33090F is #CCF6F0. Grayscale: #161616. Windows color (decimal): -13432561 or 985395. OLE color: 985395.

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

Color convert

RGB51915-
CMYK00.820.710.8
HSL351.43º70%11.76%-
HSV(B)351.43º82.35%20%-
XYZ1.550.930.55-
YUV22.24123.91148.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 68%
GREEN value IS 9 (3.91% from 255) = 12%
BLUE value IS 15 (6.25% from 255) = 20%
R=68%
G=12%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5191500.820.710.8351.437011.76
Hex339F052475015f46c
Octal631117012210712053710614
Binary11001110011111010100101000111101000010101111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33090F; }

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

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

<style>
 a { background-color: #33090F; }

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

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

<style>
 span { border-color: #33090F; }

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

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