Html Css Color HEX #231117 Rustic Red

📋 copy color: '#231117'

red 35 ◦ green 17 ◦ blue 23

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

Shades of Rustic Red #231117

Tints of Rustic Red #231117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 30.67%

R = 46.67%
G = 22.67%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.86

RGB Variations

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

Color information

#231117 (or 0x231117) is known color: Rustic Red. HEX triplet: 23, 11 and 17. RGB value is (35,17,23). Sum of RGB (Red+Green+Blue) = 35+17+23=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #231117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231117 is #DCEEE8. Grayscale: #171717. Windows color (decimal): -14479081 or 1511715. OLE color: 1511715.

HSL color Cylindrical-coordinate representation of color #231117: hue angle of 340º 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 #231117 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 17 23 -
CMYK 0 0.51 0.34 0.86
HSL 340º 0.35% 0.1% -
HSV(B) 340º 0.51% 0.14% -
XYZ 1.05 0.82 0.91 -
YUV 23.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 35 17 23 0 0.51 0.34 0.86 340 0.35 0.1
Hex 23 11 17 0 33 22 56 154 23 A
Octal 43 21 27 0 63 42 126 524 43 12
Binary 100011 10001 10111 0 110011 100010 1010110 101010100 100011 1010

Color Harmonies of #231117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231117

Black with #231117

Text Example


Text Example

White with #231117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231117; }

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

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

background-color css

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

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

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

border-color css

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

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

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