#231B1C

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

Shades of Rustic Red #231B1C

Tints of Rustic Red #231B1C

Color information

#231B1C (or 0x231B1C) is unknown color: approx Rustic Red. HEX triplet: 23, 1B and 1C. RGB value is (35,27,28). Sum of RGB (Red+Green+Blue) = 35+27+28=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #231B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B1C is #DCE4E3. Grayscale: #1D1D1D. Windows color (decimal): -14476516 or 1841955. OLE color: 1841955.

HSL color Cylindrical-coordinate representation of color #231B1C: hue angle of 352.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #231B1C is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB352728-
CMYK00.230.200.86
HSL352.5º12.9%12.16%-
HSV(B)352.5º22.86%13.73%-
XYZ1.291.231.27-
YUV29.51127.15131.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 27 (10.94% from 255) = 30%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=38.89%
G=30%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35272800.230.200.86352.512.912.16
Hex231B1C0171456160dc
Octal433334027241265401514
Binary100011110111110001011110100101011010110000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231B1C; }

 p { color: rgb(35,27,28); }

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

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

 a { background-color: rgb(35,27,28); }

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

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

 span { border-color: rgb(35,27,28); }

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