Html Css Color HEX #231518 Rustic Red

📋 copy color: '#231518'

red 35 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #231518

Tints of Rustic Red #231518

RGB

 RED value IS 35 (14.06% from 255) = 43.75%

 GREEN value IS 21 (8.59% from 255) = 26.25%

 BLUE value IS 24 (9.77% from 255) = 30%

R = 43.75%
G = 26.25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#231518 (or 0x231518) is known color: Rustic Red. HEX triplet: 23, 15 and 18. RGB value is (35,21,24). Sum of RGB (Red+Green+Blue) = 35+21+24=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 35 - color contains mainly: red. Hex color #231518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231518 is #DCEAE7. Grayscale: #191919. Windows color (decimal): -14478056 or 1578275. OLE color: 1578275.

HSL color Cylindrical-coordinate representation of color #231518: hue angle of 347.14º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #231518 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 21 24 -
CMYK 0 0.40 0.31 0.86
HSL 347.14º 0.25% 0.11% -
HSV(B) 347.14º 0.4% 0.14% -
XYZ 1.13 0.96 0.99 -
YUV 25.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 35 21 24 0 0.40 0.31 0.86 347.14 0.25 0.11
Hex 23 15 18 0 28 1F 56 15B 19 B
Octal 43 25 30 0 50 37 126 533 31 13
Binary 100011 10101 11000 0 101000 11111 1010110 101011011 11001 1011

Color Harmonies of #231518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231518

Black with #231518

Text Example


Text Example

White with #231518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231518; }

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

 H1.HeaderClassName
 {
   color: #231518;
 }
 .AnyTagClassName
 {
   color: #231518;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #231518;
 }
 .BgClassName
 {
   background-color: #231518;
 }
</style>

border-color css

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

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

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