Html Css Color HEX #231213 Rustic Red

📋 copy color: '#231213'

red 35 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #231213

Tints of Rustic Red #231213

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 value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#231213 (or 0x231213) is known color: 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

RGB 35 18 19 -
CMYK 0 0.49 0.46 0.86
HSL 356.47º 0.32% 0.1% -
HSV(B) 356.47º 0.49% 0.14% -
XYZ 1.03 0.84 0.72 -
YUV 23.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 35 18 19 0 0.49 0.46 0.86 356.47 0.32 0.1
Hex 23 12 13 0 31 2E 56 164 20 A
Octal 43 22 23 0 61 56 126 544 40 12
Binary 100011 10010 10011 0 110001 101110 1010110 101100100 100000 1010

Color Harmonies of #231213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231213

Black with #231213

Text Example


Text Example

White with #231213

Text Example


Text Example

HTML Codes & Css Web 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>