Html Css Color HEX #231118 Rustic Red

📋 copy color: '#231118'

red 35 ◦ green 17 ◦ blue 24

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

Shades of Rustic Red #231118

Tints of Rustic Red #231118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.37%

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

R = 46.05%
G = 22.37%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#231118 (or 0x231118) is known color: Rustic Red. HEX triplet: 23, 11 and 18. RGB value is (35,17,24). Sum of RGB (Red+Green+Blue) = 35+17+24=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231118 is #DCEEE7. Grayscale: #171717. Windows color (decimal): -14479080 or 1577251. OLE color: 1577251.

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

Color convert

RGB 35 17 24 -
CMYK 0 0.51 0.31 0.86
HSL 336.67º 0.35% 0.1% -
HSV(B) 336.67º 0.51% 0.14% -
XYZ 1.06 0.82 0.97 -
YUV 23.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 35 17 24 0 0.51 0.31 0.86 336.67 0.35 0.1
Hex 23 11 18 0 33 1F 56 151 23 A
Octal 43 21 30 0 63 37 126 521 43 12
Binary 100011 10001 11000 0 110011 11111 1010110 101010001 100011 1010

Color Harmonies of #231118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231118

Black with #231118

Text Example


Text Example

White with #231118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231118; }

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

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

background-color css

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

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

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

border-color css

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

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

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