#350818

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

Shades of Rustic Red #350818

Tints of Rustic Red #350818

Color information

#350818 (or 0x350818) is unknown color: approx Rustic Red. HEX triplet: 35, 08 and 18. RGB value is (53,8,24). Sum of RGB (Red+Green+Blue) = 53+8+24=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #350818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350818 is #CAF7E7. Grayscale: #171717. Windows color (decimal): -13301736 or 1574965. OLE color: 1574965.

HSL color Cylindrical-coordinate representation of color #350818: hue angle of 338.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #350818 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.79.

Color convert

RGB53824-
CMYK00.850.550.79
HSL338.67º73.77%11.96%-
HSV(B)338.67º84.91%20.78%-
XYZ1.7210.97-
YUV23.28128.41149.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 62.35%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 24 (9.77% from 255) = 28.24%
R=62.35%
G=9.41%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5382400.850.550.79338.6773.7711.96
Hex35818055374F1534ac
Octal65103001256711752311214
Binary11010110001100001010101110111100111110101001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350818; }

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

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

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

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

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

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

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

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