#35050C

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

Shades of Rustic Red #35050C

Tints of Rustic Red #35050C

Color information

#35050C (or 0x35050C) is unknown color: approx Rustic Red. HEX triplet: 35, 05 and 0C. RGB value is (53,5,12). Sum of RGB (Red+Green+Blue) = 53+5+12=70 (9% of max value = 765). Red value is 53 (21.09% from 255 or 75.71% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 53 - color contains mainly: red. Hex color #35050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35050C is #CAFAF3. Grayscale: #141414. Windows color (decimal): -13302516 or 787765. OLE color: 787765.

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

Color convert

RGB53512-
CMYK00.910.770.79
HSL351.25º82.76%11.37%-
HSV(B)351.25º90.57%20.78%-
XYZ1.590.890.44-
YUV20.15123.4151.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 75.71%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=75.71%
G=7.14%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5351200.910.770.79351.2582.7611.37
Hex355C05B4D4F15f53b
Octal65514013311511753712313
Binary1101011011100010110111001101100111110101111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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