#35191B

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

Shades of Rustic Red #35191B

Tints of Rustic Red #35191B

Color information

#35191B (or 0x35191B) is unknown color: approx Rustic Red. HEX triplet: 35, 19 and 1B. RGB value is (53,25,27). Sum of RGB (Red+Green+Blue) = 53+25+27=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #35191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35191B is #CAE6E4. Grayscale: #212121. Windows color (decimal): -13297381 or 1775925. OLE color: 1775925.

HSL color Cylindrical-coordinate representation of color #35191B: hue angle of 355.71º 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 #35191B is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB532527-
CMYK00.530.490.79
HSL355.71º35.9%15.29%-
HSV(B)355.71º52.83%20.78%-
XYZ2.011.531.23-
YUV33.6124.28141.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 25 (10.16% from 255) = 23.81%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=50.48%
G=23.81%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53252700.530.490.79355.7135.915.29
Hex35191B035314F16424f
Octal653133065611175444417
Binary1101011100111011011010111000110011111011001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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