Html Css Color HEX #181213 Rustic Red

📋 copy color: '#181213'

red 24 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #181213

Tints of Rustic Red #181213

RGB

 RED value IS 24 (9.77% from 255) = 39.34%

 GREEN value IS 18 (7.42% from 255) = 29.51%

 BLUE value IS 19 (7.81% from 255) = 31.15%

R = 39.34%
G = 29.51%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#181213 (or 0x181213) is known color: Rustic Red. HEX triplet: 18, 12 and 13. RGB value is (24,18,19). Sum of RGB (Red+Green+Blue) = 24+18+19=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 24 - color contains mainly: red. Hex color #181213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181213 is #E7EDEC. Grayscale: #131313. Windows color (decimal): -15199725 or 1249816. OLE color: 1249816.

HSL color Cylindrical-coordinate representation of color #181213: hue angle of 350º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #181213 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 18 19 -
CMYK 0 0.25 0.21 0.91
HSL 350º 0.14% 0.08% -
HSV(B) 350º 0.25% 0.09% -
XYZ 0.71 0.67 0.71 -
YUV 19.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 24 18 19 0 0.25 0.21 0.91 350 0.14 0.08
Hex 18 12 13 0 19 15 5B 15E E 8
Octal 30 22 23 0 31 25 133 536 16 10
Binary 11000 10010 10011 0 11001 10101 1011011 101011110 1110 1000

Color Harmonies of #181213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181213

Black with #181213

Text Example


Text Example

White with #181213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181213; }

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

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

background-color css

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

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

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

border-color css

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

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

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