#35141B

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

Shades of Rustic Red #35141B

Tints of Rustic Red #35141B

Color information

#35141B (or 0x35141B) is unknown color: approx Rustic Red. HEX triplet: 35, 14 and 1B. RGB value is (53,20,27). Sum of RGB (Red+Green+Blue) = 53+20+27=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35141B is #CAEBE4. Grayscale: #1E1E1E. Windows color (decimal): -13298661 or 1774645. OLE color: 1774645.

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

Color convert

RGB532027-
CMYK00.620.490.79
HSL347.27º45.21%14.31%-
HSV(B)347.27º62.26%20.78%-
XYZ1.921.341.19-
YUV30.66125.93143.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 27 (10.94% from 255) = 27%
R=53%
G=20%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53202700.620.490.79347.2745.2114.31
Hex35141B03E314F15b2de
Octal652433076611175335516
Binary1101011010011011011111011000110011111010110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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