#35161C

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

Shades of Rustic Red #35161C

Tints of Rustic Red #35161C

Color information

#35161C (or 0x35161C) is unknown color: approx Rustic Red. HEX triplet: 35, 16 and 1C. RGB value is (53,22,28). Sum of RGB (Red+Green+Blue) = 53+22+28=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35161C is #CAE9E3. Grayscale: #1F1F1F. Windows color (decimal): -13298148 or 1840693. OLE color: 1840693.

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

Color convert

RGB532228-
CMYK00.580.470.79
HSL348.39º41.33%14.71%-
HSV(B)348.39º58.49%20.78%-
XYZ1.961.411.27-
YUV31.95125.77143.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.46%
GREEN value IS 22 (8.98% from 255) = 21.36%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=51.46%
G=21.36%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53222800.580.470.79348.3941.3314.71
Hex35161C03A2F4F15c29f
Octal652634072571175345117
Binary1101011011011100011101010111110011111010111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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