#330818

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

Shades of Rustic Red #330818

Tints of Rustic Red #330818

Color information

#330818 (or 0x330818) is unknown color: approx Rustic Red. HEX triplet: 33, 08 and 18. RGB value is (51,8,24). Sum of RGB (Red+Green+Blue) = 51+8+24=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #330818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330818 is #CCF7E7. Grayscale: #161616. Windows color (decimal): -13432808 or 1574963. OLE color: 1574963.

HSL color Cylindrical-coordinate representation of color #330818: hue angle of 337.67º 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 #330818 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB51824-
CMYK00.840.530.8
HSL337.67º72.88%11.57%-
HSV(B)337.67º84.31%20%-
XYZ1.620.940.96-
YUV22.68128.75148.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 61.45%
GREEN value IS 8 (3.52% from 255) = 9.64%
BLUE value IS 24 (9.77% from 255) = 28.92%
R=61.45%
G=9.64%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5182400.840.530.8337.6772.8811.57
Hex33818054355015249c
Octal63103001246512052211114
Binary11001110001100001010100110101101000010101001010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330818; }

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

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

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

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

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

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

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

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