#35040C

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

Shades of Rustic Red #35040C

Tints of Rustic Red #35040C

Color information

#35040C (or 0x35040C) is unknown color: approx Rustic Red. HEX triplet: 35, 04 and 0C. RGB value is (53,4,12). Sum of RGB (Red+Green+Blue) = 53+4+12=69 (9% of max value = 765). Red value is 53 (21.09% from 255 or 76.81% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 53 - color contains mainly: red. Hex color #35040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35040C is #CAFBF3. Grayscale: #131313. Windows color (decimal): -13302772 or 787509. OLE color: 787509.

HSL color Cylindrical-coordinate representation of color #35040C: hue angle of 350.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35040C is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB53412-
CMYK00.920.770.79
HSL350.2º85.96%11.18%-
HSV(B)350.2º92.45%20.78%-
XYZ1.580.870.43-
YUV19.56123.73151.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 76.81%
GREEN value IS 4 (1.95% from 255) = 5.80%
BLUE value IS 12 (5.08% from 255) = 17.39%
R=76.81%
G=5.80%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5341200.920.770.79350.285.9611.18
Hex354C05C4D4F15e56b
Octal65414013411511753612613
Binary1101011001100010111001001101100111110101111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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