Html Css Color HEX #230C11 Rustic Red

📋 copy color: '#230C11'

red 35 ◦ green 12 ◦ blue 17

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

Shades of Rustic Red #230C11

Tints of Rustic Red #230C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.75%

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

R = 54.69%
G = 18.75%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.86

RGB Variations

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

Color information

#230C11 (or 0x230C11) is known color: Rustic Red. HEX triplet: 23, 0C and 11. RGB value is (35,12,17). Sum of RGB (Red+Green+Blue) = 35+12+17=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #230C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C11 is #DCF3EE. Grayscale: #131313. Windows color (decimal): -14480367 or 1117219. OLE color: 1117219.

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

Color convert

RGB 35 12 17 -
CMYK 0 0.66 0.51 0.86
HSL 346.96º 0.49% 0.09% -
HSV(B) 346.96º 0.66% 0.14% -
XYZ 0.93 0.66 0.61 -
YUV 19.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 35 12 17 0 0.66 0.51 0.86 346.96 0.49 0.09
Hex 23 C 11 0 42 33 56 15B 31 9
Octal 43 14 21 0 102 63 126 533 61 11
Binary 100011 1100 10001 0 1000010 110011 1010110 101011011 110001 1001

Color Harmonies of #230C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C11

Black with #230C11

Text Example


Text Example

White with #230C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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