#231A1B

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

Shades of Rustic Red #231A1B

Tints of Rustic Red #231A1B

Color information

#231A1B (or 0x231A1B) is unknown color: approx Rustic Red. HEX triplet: 23, 1A and 1B. RGB value is (35,26,27). Sum of RGB (Red+Green+Blue) = 35+26+27=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #231A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A1B is #DCE5E4. Grayscale: #1C1C1C. Windows color (decimal): -14476773 or 1776163. OLE color: 1776163.

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

Color convert

RGB352627-
CMYK00.260.230.86
HSL353.33º14.75%11.96%-
HSV(B)353.33º25.71%13.73%-
XYZ1.261.181.2-
YUV28.8126.98132.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.77%
GREEN value IS 26 (10.55% from 255) = 29.55%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=39.77%
G=29.55%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35262700.260.230.86353.3314.7511.96
Hex231A1B01A1756161fc
Octal433233032271265411714
Binary100011110101101101101010111101011010110000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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