Html Css Color HEX #231115 Rustic Red

📋 copy color: '#231115'

red 35 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #231115

Tints of Rustic Red #231115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 28.77%

R = 47.95%
G = 23.29%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#231115 (or 0x231115) is known color: Rustic Red. HEX triplet: 23, 11 and 15. RGB value is (35,17,21). Sum of RGB (Red+Green+Blue) = 35+17+21=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #231115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231115 is #DCEEEA. Grayscale: #161616. Windows color (decimal): -14479083 or 1380643. OLE color: 1380643.

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

Color convert

RGB 35 17 21 -
CMYK 0 0.51 0.40 0.86
HSL 346.67º 0.35% 0.1% -
HSV(B) 346.67º 0.51% 0.14% -
XYZ 1.03 0.81 0.81 -
YUV 22.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 35 17 21 0 0.51 0.40 0.86 346.67 0.35 0.1
Hex 23 11 15 0 33 28 56 15B 23 A
Octal 43 21 25 0 63 50 126 533 43 12
Binary 100011 10001 10101 0 110011 101000 1010110 101011011 100011 1010

Color Harmonies of #231115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231115

Black with #231115

Text Example


Text Example

White with #231115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231115; }

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

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

background-color css

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

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

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

border-color css

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

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

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