#350107

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

Shades of Rustic Red #350107

Tints of Rustic Red #350107

Color information

#350107 (or 0x350107) is unknown color: approx Rustic Red. HEX triplet: 35, 01 and 07. RGB value is (53,1,7). Sum of RGB (Red+Green+Blue) = 53+1+7=61 (8% of max value = 765). Red value is 53 (21.09% from 255 or 86.89% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 53 - color contains mainly: red. Hex color #350107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350107 is #CAFEF8. Grayscale: #111111. Windows color (decimal): -13303545 or 459061. OLE color: 459061.

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

Color convert

RGB5317-
CMYK00.980.870.79
HSL353.08º96.3%10.59%-
HSV(B)353.08º98.11%20.78%-
XYZ1.520.790.27-
YUV17.23122.23153.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 86.89%
GREEN value IS 1 (0.78% from 255) = 1.64%
BLUE value IS 7 (3.12% from 255) = 11.48%
R=86.89%
G=1.64%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal531700.980.870.79353.0896.310.59
Hex3517062574F16160b
Octal6517014212711754114013
Binary1101011111011000101010111100111110110000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350107; }

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

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

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

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

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

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

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

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