#35060D

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

Shades of Rustic Red #35060D

Tints of Rustic Red #35060D

Color information

#35060D (or 0x35060D) is unknown color: approx Rustic Red. HEX triplet: 35, 06 and 0D. RGB value is (53,6,13). Sum of RGB (Red+Green+Blue) = 53+6+13=72 (9% of max value = 765). Red value is 53 (21.09% from 255 or 73.61% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 53 - color contains mainly: red. Hex color #35060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35060D is #CAF9F2. Grayscale: #141414. Windows color (decimal): -13302259 or 853557. OLE color: 853557.

HSL color Cylindrical-coordinate representation of color #35060D: hue angle of 351.06º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35060D is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB53613-
CMYK00.890.750.79
HSL351.06º79.66%11.57%-
HSV(B)351.06º88.68%20.78%-
XYZ1.610.920.47-
YUV20.85123.57150.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 73.61%
GREEN value IS 6 (2.73% from 255) = 8.33%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=73.61%
G=8.33%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5361300.890.750.79351.0679.6611.57
Hex356D0594B4F15f50c
Octal65615013111311753712014
Binary1101011101101010110011001011100111110101111110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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