#35131B

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

Shades of Rustic Red #35131B

Tints of Rustic Red #35131B

Color information

#35131B (or 0x35131B) is unknown color: approx Rustic Red. HEX triplet: 35, 13 and 1B. RGB value is (53,19,27). Sum of RGB (Red+Green+Blue) = 53+19+27=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #35131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35131B is #CAECE4. Grayscale: #1E1E1E. Windows color (decimal): -13298917 or 1774389. OLE color: 1774389.

HSL color Cylindrical-coordinate representation of color #35131B: hue angle of 345.88º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35131B is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB531927-
CMYK00.640.490.79
HSL345.88º47.22%14.12%-
HSV(B)345.88º64.15%20.78%-
XYZ1.91.31.19-
YUV30.08126.26144.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53.54%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=53.54%
G=19.19%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53192700.640.490.79345.8847.2214.12
Hex35131B040314F15a2fe
Octal6523330100611175325716
Binary11010110011110110100000011000110011111010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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