#231213

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

Shades of Rustic Red #231213

Tints of Rustic Red #231213

Color information

#231213 (or 0x231213) is unknown color: approx Rustic Red. HEX triplet: 23, 12 and 13. RGB value is (35,18,19). Sum of RGB (Red+Green+Blue) = 35+18+19=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #231213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231213 is #DCEDEC. Grayscale: #171717. Windows color (decimal): -14478829 or 1249827. OLE color: 1249827.

HSL color Cylindrical-coordinate representation of color #231213: hue angle of 356.47º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #231213 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB351819-
CMYK00.490.460.86
HSL356.47º32.08%10.39%-
HSV(B)356.47º48.57%13.73%-
XYZ1.030.840.72-
YUV23.2125.63136.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 48.61%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=48.61%
G=25%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35181900.490.460.86356.4732.0810.39
Hex2312130312E5616420a
Octal432223061561265444012
Binary1000111001010011011000110111010101101011001001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231213; }

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

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

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

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

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

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

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

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