Html Css Color HEX #230911 Rustic Red

📋 copy color: '#230911'

red 35 ◦ green 9 ◦ blue 17

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

Shades of Rustic Red #230911

Tints of Rustic Red #230911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.75%

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

R = 57.38%
G = 14.75%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#230911 (or 0x230911) is known color: Rustic Red. HEX triplet: 23, 09 and 11. RGB value is (35,9,17). Sum of RGB (Red+Green+Blue) = 35+9+17=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #230911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230911 is #DCF6EE. Grayscale: #111111. Windows color (decimal): -14481135 or 1116451. OLE color: 1116451.

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

Color convert

RGB 35 9 17 -
CMYK 0 0.74 0.51 0.86
HSL 341.54º 0.59% 0.09% -
HSV(B) 341.54º 0.74% 0.14% -
XYZ 0.89 0.59 0.6 -
YUV 17.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 35 9 17 0 0.74 0.51 0.86 341.54 0.59 0.09
Hex 23 9 11 0 4A 33 56 156 3B 9
Octal 43 11 21 0 112 63 126 526 73 11
Binary 100011 1001 10001 0 1001010 110011 1010110 101010110 111011 1001

Color Harmonies of #230911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230911

Black with #230911

Text Example


Text Example

White with #230911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230911; }

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

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

background-color css

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

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

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

border-color css

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

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

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