#35111A

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

Shades of Rustic Red #35111A

Tints of Rustic Red #35111A

Color information

#35111A (or 0x35111A) is unknown color: approx Rustic Red. HEX triplet: 35, 11 and 1A. RGB value is (53,17,26). Sum of RGB (Red+Green+Blue) = 53+17+26=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #35111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35111A is #CAEEE5. Grayscale: #1C1C1C. Windows color (decimal): -13299430 or 1708341. OLE color: 1708341.

HSL color Cylindrical-coordinate representation of color #35111A: hue angle of 345º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35111A is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB531726-
CMYK00.680.510.79
HSL345º51.43%13.73%-
HSV(B)345º67.92%20.78%-
XYZ1.861.231.12-
YUV28.79126.43145.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.21%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=55.21%
G=17.71%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53172600.680.510.7934551.4313.73
Hex35111A044334F15933e
Octal6521320104631175316316
Binary11010110001110100100010011001110011111010110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35111A; }

 p { color: rgb(53,17,26); }

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

<style>
 a { background-color: #35111A; }

 a { background-color: rgb(53,17,26); }

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

<style>
 span { border-color: #35111A; }

 span { border-color: rgb(53,17,26); }

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