Html Css Color HEX #231011 Rustic Red

📋 copy color: '#231011'

red 35 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #231011

Tints of Rustic Red #231011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.53%

 BLUE value IS 17 (7.03% from 255) = 25%

R = 51.47%
G = 23.53%
B = 25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#231011 (or 0x231011) is known color: Rustic Red. HEX triplet: 23, 10 and 11. RGB value is (35,16,17). Sum of RGB (Red+Green+Blue) = 35+16+17=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #231011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231011 is #DCEFEE. Grayscale: #151515. Windows color (decimal): -14479343 or 1118243. OLE color: 1118243.

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

Color convert

RGB 35 16 17 -
CMYK 0 0.54 0.51 0.86
HSL 356.84º 0.37% 0.1% -
HSV(B) 356.84º 0.54% 0.14% -
XYZ 0.98 0.77 0.63 -
YUV 21.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 35 16 17 0 0.54 0.51 0.86 356.84 0.37 0.1
Hex 23 10 11 0 36 33 56 165 25 A
Octal 43 20 21 0 66 63 126 545 45 12
Binary 100011 10000 10001 0 110110 110011 1010110 101100101 100101 1010

Color Harmonies of #231011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231011

Black with #231011

Text Example


Text Example

White with #231011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231011; }

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

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

background-color css

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

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

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

border-color css

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

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

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