#35191A

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

Shades of Rustic Red #35191A

Tints of Rustic Red #35191A

Color information

#35191A (or 0x35191A) is unknown color: approx Rustic Red. HEX triplet: 35, 19 and 1A. RGB value is (53,25,26). Sum of RGB (Red+Green+Blue) = 53+25+26=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #35191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35191A is #CAE6E5. Grayscale: #212121. Windows color (decimal): -13297382 or 1710389. OLE color: 1710389.

HSL color Cylindrical-coordinate representation of color #35191A: hue angle of 357.86º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35191A is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB532526-
CMYK00.530.510.79
HSL357.86º35.9%15.29%-
HSV(B)357.86º52.83%20.78%-
XYZ21.531.17-
YUV33.49123.78141.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 25 (10.16% from 255) = 24.04%
BLUE value IS 26 (10.55% from 255) = 25%
R=50.96%
G=24.04%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53252600.530.510.79357.8635.915.29
Hex35191A035334F16624f
Octal653132065631175464417
Binary1101011100111010011010111001110011111011001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35191A; }

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

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

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

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

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

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

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

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