#35090D

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

Shades of Rustic Red #35090D

Tints of Rustic Red #35090D

Color information

#35090D (or 0x35090D) is unknown color: approx Rustic Red. HEX triplet: 35, 09 and 0D. RGB value is (53,9,13). Sum of RGB (Red+Green+Blue) = 53+9+13=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #35090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35090D is #CAF6F2. Grayscale: #161616. Windows color (decimal): -13301491 or 854325. OLE color: 854325.

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

Color convert

RGB53913-
CMYK00.830.750.79
HSL354.55º70.97%12.16%-
HSV(B)354.55º83.02%20.78%-
XYZ1.640.980.48-
YUV22.61122.58149.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 70.67%
GREEN value IS 9 (3.91% from 255) = 12%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=70.67%
G=12%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5391300.830.750.79354.5570.9712.16
Hex359D0534B4F16347c
Octal651115012311311754310714
Binary11010110011101010100111001011100111110110001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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