#35020F

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

Shades of Rustic Red #35020F

Tints of Rustic Red #35020F

Color information

#35020F (or 0x35020F) is unknown color: approx Rustic Red. HEX triplet: 35, 02 and 0F. RGB value is (53,2,15). Sum of RGB (Red+Green+Blue) = 53+2+15=70 (9% of max value = 765). Red value is 53 (21.09% from 255 or 75.71% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 53 - color contains mainly: red. Hex color #35020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35020F is #CAFDF0. Grayscale: #121212. Windows color (decimal): -13303281 or 983605. OLE color: 983605.

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

Color convert

RGB53215-
CMYK00.960.720.79
HSL344.71º92.73%10.78%-
HSV(B)344.71º96.23%20.78%-
XYZ1.580.830.53-
YUV18.73125.9152.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 75.71%
GREEN value IS 2 (1.17% from 255) = 2.86%
BLUE value IS 15 (6.25% from 255) = 21.43%
R=75.71%
G=2.86%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5321500.960.720.79344.7192.7310.78
Hex352F060484F1595db
Octal65217014011011753113513
Binary110101101111011000001001000100111110101100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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