#350809

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

Shades of Rustic Red #350809

Tints of Rustic Red #350809

Color information

#350809 (or 0x350809) is unknown color: approx Rustic Red. HEX triplet: 35, 08 and 09. RGB value is (53,8,9). Sum of RGB (Red+Green+Blue) = 53+8+9=70 (9% of max value = 765). Red value is 53 (21.09% from 255 or 75.71% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 53 - color contains mainly: red. Hex color #350809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350809 is #CAF7F6. Grayscale: #151515. Windows color (decimal): -13301751 or 591925. OLE color: 591925.

HSL color Cylindrical-coordinate representation of color #350809: hue angle of 358.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 #350809 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB5389-
CMYK00.850.830.79
HSL358.67º73.77%11.96%-
HSV(B)358.67º84.91%20.78%-
XYZ1.60.950.36-
YUV21.57120.91150.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 75.71%
GREEN value IS 8 (3.52% from 255) = 11.43%
BLUE value IS 9 (3.91% from 255) = 12.86%
R=75.71%
G=11.43%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal538900.850.830.79358.6773.7711.96
Hex3589055534F1674ac
Octal651011012512311754711214
Binary11010110001001010101011010011100111110110011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350809; }

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

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

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

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

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

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

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

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