#231112

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

Shades of Rustic Red #231112

Tints of Rustic Red #231112

Color information

#231112 (or 0x231112) is unknown color: approx Rustic Red. HEX triplet: 23, 11 and 12. RGB value is (35,17,18). Sum of RGB (Red+Green+Blue) = 35+17+18=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #231112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231112 is #DCEEED. Grayscale: #161616. Windows color (decimal): -14479086 or 1184035. OLE color: 1184035.

HSL color Cylindrical-coordinate representation of color #231112: hue angle of 356.67º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231112 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB351718-
CMYK00.510.490.86
HSL356.67º34.62%10.2%-
HSV(B)356.67º51.43%13.73%-
XYZ10.80.67-
YUV22.5125.46136.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 24.29%
BLUE value IS 18 (7.42% from 255) = 25.71%
R=50%
G=24.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35171800.510.490.86356.6734.6210.2
Hex231112033315616523a
Octal432122063611265454312
Binary1000111000110010011001111000110101101011001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231112; }

 p { color: rgb(35,17,18); }

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

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

 a { background-color: rgb(35,17,18); }

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

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

 span { border-color: rgb(35,17,18); }

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