#35070F

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

Shades of Rustic Red #35070F

Tints of Rustic Red #35070F

Color information

#35070F (or 0x35070F) is unknown color: approx Rustic Red. HEX triplet: 35, 07 and 0F. RGB value is (53,7,15). Sum of RGB (Red+Green+Blue) = 53+7+15=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #35070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35070F is #CAF8F0. Grayscale: #151515. Windows color (decimal): -13302001 or 984885. OLE color: 984885.

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

Color convert

RGB53715-
CMYK00.870.720.79
HSL349.57º76.67%11.76%-
HSV(B)349.57º86.79%20.78%-
XYZ1.630.940.55-
YUV21.67124.24150.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 70.67%
GREEN value IS 7 (3.12% from 255) = 9.33%
BLUE value IS 15 (6.25% from 255) = 20%
R=70.67%
G=9.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5371500.870.720.79349.5776.6711.76
Hex357F057484F15e4dc
Octal65717012711011753611514
Binary1101011111111010101111001000100111110101111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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