#23181A

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

Shades of Rustic Red #23181A

Tints of Rustic Red #23181A

Color information

#23181A (or 0x23181A) is unknown color: approx Rustic Red. HEX triplet: 23, 18 and 1A. RGB value is (35,24,26). Sum of RGB (Red+Green+Blue) = 35+24+26=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 35 - color contains mainly: red. Hex color #23181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23181A is #DCE7E5. Grayscale: #1B1B1B. Windows color (decimal): -14477286 or 1710115. OLE color: 1710115.

HSL color Cylindrical-coordinate representation of color #23181A: hue angle of 349.09º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #23181A is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB352426-
CMYK00.310.260.86
HSL349.09º18.64%11.57%-
HSV(B)349.09º31.43%13.73%-
XYZ1.211.091.12-
YUV27.52127.14133.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.18%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=41.18%
G=28.24%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35242600.310.260.86349.0918.6411.57
Hex23181A01F1A5615d13c
Octal433032037321265352314
Binary1000111100011010011111110101010110101011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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