#35090F

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

Shades of Rustic Red #35090F

Tints of Rustic Red #35090F

Color information

#35090F (or 0x35090F) is unknown color: approx Rustic Red. HEX triplet: 35, 09 and 0F. RGB value is (53,9,15). Sum of RGB (Red+Green+Blue) = 53+9+15=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #35090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35090F is #CAF6F0. Grayscale: #161616. Windows color (decimal): -13301489 or 985397. OLE color: 985397.

HSL color Cylindrical-coordinate representation of color #35090F: hue angle of 351.82º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35090F is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB53915-
CMYK00.830.720.79
HSL351.82º70.97%12.16%-
HSV(B)351.82º83.02%20.78%-
XYZ1.650.990.56-
YUV22.84123.58149.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 68.83%
GREEN value IS 9 (3.91% from 255) = 11.69%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=68.83%
G=11.69%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5391500.830.720.79351.8270.9712.16
Hex359F053484F16047c
Octal651117012311011754010714
Binary11010110011111010100111001000100111110110000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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