Html Css Color HEX #231417 Rustic Red

📋 copy color: '#231417'

red 35 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #231417

Tints of Rustic Red #231417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.64%

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

R = 44.87%
G = 25.64%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.86

RGB Variations

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

Color information

#231417 (or 0x231417) is known color: Rustic Red. HEX triplet: 23, 14 and 17. RGB value is (35,20,23). Sum of RGB (Red+Green+Blue) = 35+20+23=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #231417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231417 is #DCEBE8. Grayscale: #181818. Windows color (decimal): -14478313 or 1512483. OLE color: 1512483.

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

Color convert

RGB 35 20 23 -
CMYK 0 0.43 0.34 0.86
HSL 348º 0.27% 0.11% -
HSV(B) 348º 0.43% 0.14% -
XYZ 1.1 0.92 0.93 -
YUV 24.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 35 20 23 0 0.43 0.34 0.86 348 0.27 0.11
Hex 23 14 17 0 2B 22 56 15C 1B B
Octal 43 24 27 0 53 42 126 534 33 13
Binary 100011 10100 10111 0 101011 100010 1010110 101011100 11011 1011

Color Harmonies of #231417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231417

Black with #231417

Text Example


Text Example

White with #231417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231417; }

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

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

background-color css

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

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

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

border-color css

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

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

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