Html Css Color HEX #230E11 Rustic Red

📋 copy color: '#230E11'

red 35 ◦ green 14 ◦ blue 17

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

Shades of Rustic Red #230E11

Tints of Rustic Red #230E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 21.21%

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

R = 53.03%
G = 21.21%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#230E11 (or 0x230E11) is known color: Rustic Red. HEX triplet: 23, 0E and 11. RGB value is (35,14,17). Sum of RGB (Red+Green+Blue) = 35+14+17=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #230E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E11 is #DCF1EE. Grayscale: #141414. Windows color (decimal): -14479855 or 1117731. OLE color: 1117731.

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

Color convert

RGB 35 14 17 -
CMYK 0 0.60 0.51 0.86
HSL 351.43º 0.43% 0.1% -
HSV(B) 351.43º 0.6% 0.14% -
XYZ 0.95 0.71 0.62 -
YUV 20.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 35 14 17 0 0.60 0.51 0.86 351.43 0.43 0.1
Hex 23 E 11 0 3C 33 56 15F 2B A
Octal 43 16 21 0 74 63 126 537 53 12
Binary 100011 1110 10001 0 111100 110011 1010110 101011111 101011 1010

Color Harmonies of #230E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E11

Black with #230E11

Text Example


Text Example

White with #230E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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