Html Css Color HEX #231719 Rustic Red

📋 copy color: '#231719'

red 35 ◦ green 23 ◦ blue 25

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

Shades of Rustic Red #231719

Tints of Rustic Red #231719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.71%

 BLUE value IS 25 (10.16% from 255) = 30.12%

R = 42.17%
G = 27.71%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#231719 (or 0x231719) is known color: Rustic Red. HEX triplet: 23, 17 and 19. RGB value is (35,23,25). Sum of RGB (Red+Green+Blue) = 35+23+25=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #231719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231719 is #DCE8E6. Grayscale: #1A1A1A. Windows color (decimal): -14477543 or 1644323. OLE color: 1644323.

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

Color convert

RGB 35 23 25 -
CMYK 0 0.34 0.29 0.86
HSL 350º 0.21% 0.11% -
HSV(B) 350º 0.34% 0.14% -
XYZ 1.18 1.04 1.06 -
YUV 26.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 35 23 25 0 0.34 0.29 0.86 350 0.21 0.11
Hex 23 17 19 0 22 1D 56 15E 15 B
Octal 43 27 31 0 42 35 126 536 25 13
Binary 100011 10111 11001 0 100010 11101 1010110 101011110 10101 1011

Color Harmonies of #231719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231719

Black with #231719

Text Example


Text Example

White with #231719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231719; }

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

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

background-color css

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

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

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

border-color css

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

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

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