#35101B

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

Shades of Rustic Red #35101B

Tints of Rustic Red #35101B

Color information

#35101B (or 0x35101B) is unknown color: approx Rustic Red. HEX triplet: 35, 10 and 1B. RGB value is (53,16,27). Sum of RGB (Red+Green+Blue) = 53+16+27=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #35101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35101B is #CAEFE4. Grayscale: #1C1C1C. Windows color (decimal): -13299685 or 1773621. OLE color: 1773621.

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

Color convert

RGB531627-
CMYK00.700.490.79
HSL342.16º53.62%13.53%-
HSV(B)342.16º69.81%20.78%-
XYZ1.851.211.17-
YUV28.32127.26145.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.21%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=55.21%
G=16.67%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53162700.700.490.79342.1653.6213.53
Hex35101B046314F15636e
Octal6520330106611175266616
Binary11010110000110110100011011000110011111010101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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