#231C1D

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

Shades of Rustic Red #231C1D

Tints of Rustic Red #231C1D

Color information

#231C1D (or 0x231C1D) is unknown color: approx Rustic Red. HEX triplet: 23, 1C and 1D. RGB value is (35,28,29). Sum of RGB (Red+Green+Blue) = 35+28+29=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 35 - color contains mainly: red. Hex color #231C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C1D is #DCE3E2. Grayscale: #1E1E1E. Windows color (decimal): -14476259 or 1907747. OLE color: 1907747.

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

Color convert

RGB352829-
CMYK00.200.170.86
HSL351.43º11.11%12.35%-
HSV(B)351.43º20%13.73%-
XYZ1.331.281.34-
YUV30.21127.32131.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.04%
GREEN value IS 28 (11.33% from 255) = 30.43%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=38.04%
G=30.43%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35282900.200.170.86351.4311.1112.35
Hex231C1D014115615fbc
Octal433435024211265371314
Binary100011111001110101010010001101011010101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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