#35010F

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

Shades of Rustic Red #35010F

Tints of Rustic Red #35010F

Color information

#35010F (or 0x35010F) is unknown color: approx Rustic Red. HEX triplet: 35, 01 and 0F. RGB value is (53,1,15). Sum of RGB (Red+Green+Blue) = 53+1+15=69 (9% of max value = 765). Red value is 53 (21.09% from 255 or 76.81% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 53 - color contains mainly: red. Hex color #35010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35010F is #CAFEF0. Grayscale: #121212. Windows color (decimal): -13303537 or 983349. OLE color: 983349.

HSL color Cylindrical-coordinate representation of color #35010F: hue angle of 343.85º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35010F is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB53115-
CMYK00.980.720.79
HSL343.85º96.3%10.59%-
HSV(B)343.85º98.11%20.78%-
XYZ1.570.810.53-
YUV18.14126.23152.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 76.81%
GREEN value IS 1 (0.78% from 255) = 1.45%
BLUE value IS 15 (6.25% from 255) = 21.74%
R=76.81%
G=1.45%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5311500.980.720.79343.8596.310.59
Hex351F062484F15860b
Octal65117014211011753014013
Binary11010111111011000101001000100111110101100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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