Html Css Color HEX #230A11 Rustic Red

📋 copy color: '#230A11'

red 35 ◦ green 10 ◦ blue 17

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

Shades of Rustic Red #230A11

Tints of Rustic Red #230A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 16.13%

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

R = 56.45%
G = 16.13%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#230A11 (or 0x230A11) is known color: Rustic Red. HEX triplet: 23, 0A and 11. RGB value is (35,10,17). Sum of RGB (Red+Green+Blue) = 35+10+17=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #230A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A11 is #DCF5EE. Grayscale: #121212. Windows color (decimal): -14480879 or 1116707. OLE color: 1116707.

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

Color convert

RGB 35 10 17 -
CMYK 0 0.71 0.51 0.86
HSL 343.2º 0.56% 0.09% -
HSV(B) 343.2º 0.71% 0.14% -
XYZ 0.9 0.61 0.6 -
YUV 18.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 35 10 17 0 0.71 0.51 0.86 343.2 0.56 0.09
Hex 23 A 11 0 47 33 56 157 38 9
Octal 43 12 21 0 107 63 126 527 70 11
Binary 100011 1010 10001 0 1000111 110011 1010110 101010111 111000 1001

Color Harmonies of #230A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230A11

Black with #230A11

Text Example


Text Example

White with #230A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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