#350508

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

Shades of Rustic Red #350508

Tints of Rustic Red #350508

Color information

#350508 (or 0x350508) is unknown color: approx Rustic Red. HEX triplet: 35, 05 and 08. RGB value is (53,5,8). Sum of RGB (Red+Green+Blue) = 53+5+8=66 (8% of max value = 765). Red value is 53 (21.09% from 255 or 80.30% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 53 - color contains mainly: red. Hex color #350508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350508 is #CAFAF7. Grayscale: #131313. Windows color (decimal): -13302520 or 525621. OLE color: 525621.

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

Color convert

RGB5358-
CMYK00.910.850.79
HSL356.25º82.76%11.37%-
HSV(B)356.25º90.57%20.78%-
XYZ1.570.880.32-
YUV19.69121.4151.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 80.30%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 8 (3.52% from 255) = 12.12%
R=80.30%
G=7.58%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535800.910.850.79356.2582.7611.37
Hex355805B554F16453b
Octal65510013312511754412313
Binary1101011011000010110111010101100111110110010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350508; }

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

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

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

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

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

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

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

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