#23191A

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

Shades of Rustic Red #23191A

Tints of Rustic Red #23191A

Color information

#23191A (or 0x23191A) is unknown color: approx Rustic Red. HEX triplet: 23, 19 and 1A. RGB value is (35,25,26). Sum of RGB (Red+Green+Blue) = 35+25+26=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 35 - color contains mainly: red. Hex color #23191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23191A is #DCE6E5. Grayscale: #1C1C1C. Windows color (decimal): -14477030 or 1710371. OLE color: 1710371.

HSL color Cylindrical-coordinate representation of color #23191A: hue angle of 354º 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 #23191A is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB352526-
CMYK00.290.260.86
HSL354º16.67%11.76%-
HSV(B)354º28.57%13.73%-
XYZ1.231.131.13-
YUV28.1126.81132.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.70%
GREEN value IS 25 (10.16% from 255) = 29.07%
BLUE value IS 26 (10.55% from 255) = 30.23%
R=40.70%
G=29.07%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35252600.290.260.8635416.6711.76
Hex23191A01D1A5616211c
Octal433132035321265422114
Binary1000111100111010011101110101010110101100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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