#35080F

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

Shades of Rustic Red #35080F

Tints of Rustic Red #35080F

Color information

#35080F (or 0x35080F) is unknown color: approx Rustic Red. HEX triplet: 35, 08 and 0F. RGB value is (53,8,15). Sum of RGB (Red+Green+Blue) = 53+8+15=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #35080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35080F is #CAF7F0. Grayscale: #161616. Windows color (decimal): -13301745 or 985141. OLE color: 985141.

HSL color Cylindrical-coordinate representation of color #35080F: hue angle of 350.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 #35080F is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB53815-
CMYK00.850.720.79
HSL350.67º73.77%11.96%-
HSV(B)350.67º84.91%20.78%-
XYZ1.640.970.55-
YUV22.25123.91149.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 69.74%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=69.74%
G=10.53%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5381500.850.720.79350.6773.7711.96
Hex358F055484F15f4ac
Octal651017012511011753711214
Binary11010110001111010101011001000100111110101111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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