#350108

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

Shades of Rustic Red #350108

Tints of Rustic Red #350108

Color information

#350108 (or 0x350108) is unknown color: approx Rustic Red. HEX triplet: 35, 01 and 08. RGB value is (53,1,8). Sum of RGB (Red+Green+Blue) = 53+1+8=62 (8% of max value = 765). Red value is 53 (21.09% from 255 or 85.48% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 53 - color contains mainly: red. Hex color #350108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350108 is #CAFEF7. Grayscale: #111111. Windows color (decimal): -13303544 or 524597. OLE color: 524597.

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

Color convert

RGB5318-
CMYK00.980.850.79
HSL351.92º96.3%10.59%-
HSV(B)351.92º98.11%20.78%-
XYZ1.520.80.3-
YUV17.35122.73153.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 85.48%
GREEN value IS 1 (0.78% from 255) = 1.61%
BLUE value IS 8 (3.52% from 255) = 12.90%
R=85.48%
G=1.61%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal531800.980.850.79351.9296.310.59
Hex3518062554F16060b
Octal65110014212511754014013
Binary11010111000011000101010101100111110110000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350108; }

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

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

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

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

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

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

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

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