#350507

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

Shades of Rustic Red #350507

Tints of Rustic Red #350507

Color information

#350507 (or 0x350507) is unknown color: approx Rustic Red. HEX triplet: 35, 05 and 07. RGB value is (53,5,7). Sum of RGB (Red+Green+Blue) = 53+5+7=65 (8% of max value = 765). Red value is 53 (21.09% from 255 or 81.54% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 53 - color contains mainly: red. Hex color #350507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350507 is #CAFAF8. Grayscale: #131313. Windows color (decimal): -13302521 or 460085. OLE color: 460085.

HSL color Cylindrical-coordinate representation of color #350507: hue angle of 357.5º 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 #350507 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.79.

Color convert

RGB5357-
CMYK00.910.870.79
HSL357.5º82.76%11.37%-
HSV(B)357.5º90.57%20.78%-
XYZ1.560.880.29-
YUV19.58120.9151.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 81.54%
GREEN value IS 5 (2.34% from 255) = 7.69%
BLUE value IS 7 (3.12% from 255) = 10.77%
R=81.54%
G=7.69%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535700.910.870.79357.582.7611.37
Hex355705B574F16653b
Octal6557013312711754612313
Binary110101101111010110111010111100111110110011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350507; }

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

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

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

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

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

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

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

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