#350919

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

Shades of Rustic Red #350919

Tints of Rustic Red #350919

Color information

#350919 (or 0x350919) is unknown color: approx Rustic Red. HEX triplet: 35, 09 and 19. RGB value is (53,9,25). Sum of RGB (Red+Green+Blue) = 53+9+25=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #350919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350919 is #CAF6E6. Grayscale: #171717. Windows color (decimal): -13301479 or 1640757. OLE color: 1640757.

HSL color Cylindrical-coordinate representation of color #350919: hue angle of 338.18º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #350919 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB53925-
CMYK00.830.530.79
HSL338.18º70.97%12.16%-
HSV(B)338.18º83.02%20.78%-
XYZ1.741.021.03-
YUV23.98128.58148.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.92%
GREEN value IS 9 (3.91% from 255) = 10.34%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=60.92%
G=10.34%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5392500.830.530.79338.1870.9712.16
Hex35919053354F15247c
Octal65113101236511752210714
Binary11010110011100101010011110101100111110101001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350919; }

 p { color: rgb(53,9,25); }

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

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

 a { background-color: rgb(53,9,25); }

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

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

 span { border-color: rgb(53,9,25); }

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