Html Css Color HEX #231318 Rustic Red

📋 copy color: '#231318'

red 35 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #231318

Tints of Rustic Red #231318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.36%

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

R = 44.87%
G = 24.36%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#231318 (or 0x231318) is known color: Rustic Red. HEX triplet: 23, 13 and 18. RGB value is (35,19,24). Sum of RGB (Red+Green+Blue) = 35+19+24=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #231318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231318 is #DCECE7. Grayscale: #181818. Windows color (decimal): -14478568 or 1577763. OLE color: 1577763.

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

Color convert

RGB 35 19 24 -
CMYK 0 0.46 0.31 0.86
HSL 341.25º 0.3% 0.11% -
HSV(B) 341.25º 0.46% 0.14% -
XYZ 1.09 0.89 0.98 -
YUV 24.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 35 19 24 0 0.46 0.31 0.86 341.25 0.3 0.11
Hex 23 13 18 0 2E 1F 56 155 1E B
Octal 43 23 30 0 56 37 126 525 36 13
Binary 100011 10011 11000 0 101110 11111 1010110 101010101 11110 1011

Color Harmonies of #231318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231318

Black with #231318

Text Example


Text Example

White with #231318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231318; }

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

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

background-color css

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

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

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

border-color css

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

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

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