#35151C

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

Shades of Rustic Red #35151C

Tints of Rustic Red #35151C

Color information

#35151C (or 0x35151C) is unknown color: approx Rustic Red. HEX triplet: 35, 15 and 1C. RGB value is (53,21,28). Sum of RGB (Red+Green+Blue) = 53+21+28=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35151C is #CAEAE3. Grayscale: #1F1F1F. Windows color (decimal): -13298404 or 1840437. OLE color: 1840437.

HSL color Cylindrical-coordinate representation of color #35151C: hue angle of 346.88º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35151C is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB532128-
CMYK00.600.470.79
HSL346.88º43.24%14.51%-
HSV(B)346.88º60.38%20.78%-
XYZ1.951.381.26-
YUV31.37126.1143.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=51.96%
G=20.59%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53212800.600.470.79346.8843.2414.51
Hex35151C03C2F4F15b2bf
Octal652534074571175335317
Binary1101011010111100011110010111110011111010110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35151C; }

 p { color: rgb(53,21,28); }

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

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

 a { background-color: rgb(53,21,28); }

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

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

 span { border-color: rgb(53,21,28); }

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