Html Css Color HEX #231217 Rustic Red

📋 copy color: '#231217'

red 35 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #231217

Tints of Rustic Red #231217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.68%

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

R = 46.05%
G = 23.68%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.86

RGB Variations

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

Color information

#231217 (or 0x231217) is known color: Rustic Red. HEX triplet: 23, 12 and 17. RGB value is (35,18,23). Sum of RGB (Red+Green+Blue) = 35+18+23=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231217 is #DCEDE8. Grayscale: #171717. Windows color (decimal): -14478825 or 1511971. OLE color: 1511971.

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

Color convert

RGB 35 18 23 -
CMYK 0 0.49 0.34 0.86
HSL 342.35º 0.32% 0.1% -
HSV(B) 342.35º 0.49% 0.14% -
XYZ 1.06 0.85 0.92 -
YUV 23.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 35 18 23 0 0.49 0.34 0.86 342.35 0.32 0.1
Hex 23 12 17 0 31 22 56 156 20 A
Octal 43 22 27 0 61 42 126 526 40 12
Binary 100011 10010 10111 0 110001 100010 1010110 101010110 100000 1010

Color Harmonies of #231217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231217

Black with #231217

Text Example


Text Example

White with #231217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231217; }

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

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

background-color css

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

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

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

border-color css

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

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

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