#230C13

Color #230C13 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #230C13

Tints of Rustic Red #230C13

Color information

#230C13 (or 0x230C13) is unknown color: approx Rustic Red. HEX triplet: 23, 0C and 13. RGB value is (35,12,19). Sum of RGB (Red+Green+Blue) = 35+12+19=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #230C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C13 is #DCF3EC. Grayscale: #131313. Windows color (decimal): -14480365 or 1248291. OLE color: 1248291.

HSL color Cylindrical-coordinate representation of color #230C13: hue angle of 341.74º 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 #230C13 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB351219-
CMYK00.660.460.86
HSL341.74º48.94%9.22%-
HSV(B)341.74º65.71%13.73%-
XYZ0.940.670.7-
YUV19.68127.62138.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.03%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 19 (7.81% from 255) = 28.79%
R=53.03%
G=18.18%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35121900.660.460.86341.7448.949.22
Hex23C130422E56156319
Octal4314230102561265266111
Binary1000111100100110100001010111010101101010101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #230C13;
 }
 .AnyTagClassName
 {
   color: #230C13;
 }
</style>
background-color css

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

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

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

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

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

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