#330814

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

Shades of Rustic Red #330814

Tints of Rustic Red #330814

Color information

#330814 (or 0x330814) is unknown color: approx Rustic Red. HEX triplet: 33, 08 and 14. RGB value is (51,8,20). Sum of RGB (Red+Green+Blue) = 51+8+20=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #330814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330814 is #CCF7EB. Grayscale: #161616. Windows color (decimal): -13432812 or 1312819. OLE color: 1312819.

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

Color convert

RGB51820-
CMYK00.840.610.8
HSL343.26º72.88%11.57%-
HSV(B)343.26º84.31%20%-
XYZ1.580.930.76-
YUV22.22126.75148.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 64.56%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=64.56%
G=10.13%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5182000.840.610.8343.2672.8811.57
Hex338140543D5015749c
Octal63102401247512052711114
Binary11001110001010001010100111101101000010101011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330814; }

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

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

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

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

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

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

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

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