#35161B

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

Shades of Rustic Red #35161B

Tints of Rustic Red #35161B

Color information

#35161B (or 0x35161B) is unknown color: approx Rustic Red. HEX triplet: 35, 16 and 1B. RGB value is (53,22,27). Sum of RGB (Red+Green+Blue) = 53+22+27=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35161B is #CAE9E4. Grayscale: #1F1F1F. Windows color (decimal): -13298149 or 1775157. OLE color: 1775157.

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

Color convert

RGB532227-
CMYK00.580.490.79
HSL350.32º41.33%14.71%-
HSV(B)350.32º58.49%20.78%-
XYZ1.951.411.21-
YUV31.84125.27143.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 22 (8.98% from 255) = 21.57%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=51.96%
G=21.57%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53222700.580.490.79350.3241.3314.71
Hex35161B03A314F15e29f
Octal652633072611175365117
Binary1101011011011011011101011000110011111010111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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