Html Css Color HEX #231317 Rustic Red

📋 copy color: '#231317'

red 35 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #231317

Tints of Rustic Red #231317

RGB

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

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

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

R = 45.45%
G = 24.68%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.86

RGB Variations

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

Color information

#231317 (or 0x231317) is known color: Rustic Red. HEX triplet: 23, 13 and 17. RGB value is (35,19,23). Sum of RGB (Red+Green+Blue) = 35+19+23=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 35 - color contains mainly: red. Hex color #231317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231317 is #DCECE8. Grayscale: #181818. Windows color (decimal): -14478569 or 1512227. OLE color: 1512227.

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

Color convert

RGB 35 19 23 -
CMYK 0 0.46 0.34 0.86
HSL 345º 0.3% 0.11% -
HSV(B) 345º 0.46% 0.14% -
XYZ 1.08 0.88 0.92 -
YUV 24.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 35 19 23 0 0.46 0.34 0.86 345 0.3 0.11
Hex 23 13 17 0 2E 22 56 159 1E B
Octal 43 23 27 0 56 42 126 531 36 13
Binary 100011 10011 10111 0 101110 100010 1010110 101011001 11110 1011

Color Harmonies of #231317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231317

Black with #231317

Text Example


Text Example

White with #231317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231317; }

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

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

background-color css

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

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

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

border-color css

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

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

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