#350203

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

Shades of Rustic Red #350203

Tints of Rustic Red #350203

Color information

#350203 (or 0x350203) is unknown color: approx Rustic Red. HEX triplet: 35, 02 and 03. RGB value is (53,2,3). Sum of RGB (Red+Green+Blue) = 53+2+3=58 (7% of max value = 765). Red value is 53 (21.09% from 255 or 91.38% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 53 - color contains mainly: red. Hex color #350203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350203 is #CAFDFC. Grayscale: #111111. Windows color (decimal): -13303293 or 197173. OLE color: 197173.

HSL color Cylindrical-coordinate representation of color #350203: hue angle of 358.82º 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 #350203 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB5323-
CMYK00.960.940.79
HSL358.82º92.73%10.78%-
HSV(B)358.82º96.23%20.78%-
XYZ1.510.810.16-
YUV17.36119.9153.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 91.38%
GREEN value IS 2 (1.17% from 255) = 3.45%
BLUE value IS 3 (1.56% from 255) = 5.17%
R=91.38%
G=3.45%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal532300.960.940.79358.8292.7310.78
Hex35230605E4F1675db
Octal6523014013611754713513
Binary1101011011011000001011110100111110110011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350203; }

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

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

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

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

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

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

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

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