Html Css Color HEX #231C1D Rustic Red

📋 copy color: '#231C1D'

red 35 ◦ green 28 ◦ blue 29

#231C1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #231C1D

Tints of Rustic Red #231C1D

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 value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#231C1D (or 0x231C1D) is known color: 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

RGB 35 28 29 -
CMYK 0 0.20 0.17 0.86
HSL 351.43º 0.11% 0.12% -
HSV(B) 351.43º 0.2% 0.14% -
XYZ 1.33 1.28 1.34 -
YUV 30.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 35 28 29 0 0.20 0.17 0.86 351.43 0.11 0.12
Hex 23 1C 1D 0 14 11 56 15F B C
Octal 43 34 35 0 24 21 126 537 13 14
Binary 100011 11100 11101 0 10100 10001 1010110 101011111 1011 1100

Color Harmonies of #231C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C1D

Black with #231C1D

Text Example


Text Example

White with #231C1D

Text Example


Text Example

HTML Codes & Css Web 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>