#35090E

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

Shades of Rustic Red #35090E

Tints of Rustic Red #35090E

Color information

#35090E (or 0x35090E) is unknown color: approx Rustic Red. HEX triplet: 35, 09 and 0E. RGB value is (53,9,14). Sum of RGB (Red+Green+Blue) = 53+9+14=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #35090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35090E is #CAF6F1. Grayscale: #161616. Windows color (decimal): -13301490 or 919861. OLE color: 919861.

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

Color convert

RGB53914-
CMYK00.830.740.79
HSL353.18º70.97%12.16%-
HSV(B)353.18º83.02%20.78%-
XYZ1.650.980.52-
YUV22.73123.08149.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 69.74%
GREEN value IS 9 (3.91% from 255) = 11.84%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=69.74%
G=11.84%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5391400.830.740.79353.1870.9712.16
Hex359E0534A4F16147c
Octal651116012311211754110714
Binary11010110011110010100111001010100111110110000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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