#35080C

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

Shades of Rustic Red #35080C

Tints of Rustic Red #35080C

Color information

#35080C (or 0x35080C) is unknown color: approx Rustic Red. HEX triplet: 35, 08 and 0C. RGB value is (53,8,12). Sum of RGB (Red+Green+Blue) = 53+8+12=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #35080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35080C is #CAF7F3. Grayscale: #151515. Windows color (decimal): -13301748 or 788533. OLE color: 788533.

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

Color convert

RGB53812-
CMYK00.850.770.79
HSL354.67º73.77%11.96%-
HSV(B)354.67º84.91%20.78%-
XYZ1.620.960.45-
YUV21.91122.41150.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 72.60%
GREEN value IS 8 (3.52% from 255) = 10.96%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=72.60%
G=10.96%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5381200.850.770.79354.6773.7711.96
Hex358C0554D4F1634ac
Octal651014012511511754311214
Binary11010110001100010101011001101100111110110001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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