#23191B

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

Shades of Rustic Red #23191B

Tints of Rustic Red #23191B

Color information

#23191B (or 0x23191B) is unknown color: approx Rustic Red. HEX triplet: 23, 19 and 1B. RGB value is (35,25,27). Sum of RGB (Red+Green+Blue) = 35+25+27=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 35 - color contains mainly: red. Hex color #23191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23191B is #DCE6E4. Grayscale: #1C1C1C. Windows color (decimal): -14477029 or 1775907. OLE color: 1775907.

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

Color convert

RGB352527-
CMYK00.290.230.86
HSL348º16.67%11.76%-
HSV(B)348º28.57%13.73%-
XYZ1.241.131.19-
YUV28.22127.31132.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.23%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=40.23%
G=28.74%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35252700.290.230.8634816.6711.76
Hex23191B01D175615c11c
Octal433133035271265342114
Binary1000111100111011011101101111010110101011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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