#35121B

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

Shades of Rustic Red #35121B

Tints of Rustic Red #35121B

Color information

#35121B (or 0x35121B) is unknown color: approx Rustic Red. HEX triplet: 35, 12 and 1B. RGB value is (53,18,27). Sum of RGB (Red+Green+Blue) = 53+18+27=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #35121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35121B is #CAEDE4. Grayscale: #1D1D1D. Windows color (decimal): -13299173 or 1774133. OLE color: 1774133.

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

Color convert

RGB531827-
CMYK00.660.490.79
HSL344.57º49.3%13.92%-
HSV(B)344.57º66.04%20.78%-
XYZ1.881.271.18-
YUV29.49126.6144.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.08%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=54.08%
G=18.37%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53182700.660.490.79344.5749.313.92
Hex35121B042314F15931e
Octal6522330102611175316116
Binary11010110010110110100001011000110011111010110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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