#35050F

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

Shades of Rustic Red #35050F

Tints of Rustic Red #35050F

Color information

#35050F (or 0x35050F) is unknown color: approx Rustic Red. HEX triplet: 35, 05 and 0F. RGB value is (53,5,15). Sum of RGB (Red+Green+Blue) = 53+5+15=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #35050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35050F is #CAFAF0. Grayscale: #141414. Windows color (decimal): -13302513 or 984373. OLE color: 984373.

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

Color convert

RGB53515-
CMYK00.910.720.79
HSL347.5º82.76%11.37%-
HSV(B)347.5º90.57%20.78%-
XYZ1.610.90.54-
YUV20.49124.9151.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 72.60%
GREEN value IS 5 (2.34% from 255) = 6.85%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=72.60%
G=6.85%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5351500.910.720.79347.582.7611.37
Hex355F05B484F15c53b
Octal65517013311011753412313
Binary1101011011111010110111001000100111110101110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35050F; }

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

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

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

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

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

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

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

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