Html Css Color HEX #151213 Rustic Red

📋 copy color: '#151213'

red 21 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #151213

Tints of Rustic Red #151213

RGB

 RED value IS 21 (8.59% from 255) = 36.21%

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

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

R = 36.21%
G = 31.03%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#151213 (or 0x151213) is known color: Rustic Red. HEX triplet: 15, 12 and 13. RGB value is (21,18,19). Sum of RGB (Red+Green+Blue) = 21+18+19=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 21 - color contains mainly: red. Hex color #151213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151213 is #EAEDEC. Grayscale: #131313. Windows color (decimal): -15396333 or 1249813. OLE color: 1249813.

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

Color convert

RGB 21 18 19 -
CMYK 0 0.14 0.10 0.92
HSL 340º 0.08% 0.08% -
HSV(B) 340º 0.14% 0.08% -
XYZ 0.64 0.64 0.71 -
YUV 19.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 21 18 19 0 0.14 0.10 0.92 340 0.08 0.08
Hex 15 12 13 0 E A 5C 154 8 8
Octal 25 22 23 0 16 12 134 524 10 10
Binary 10101 10010 10011 0 1110 1010 1011100 101010100 1000 1000

Color Harmonies of #151213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151213

Black with #151213

Text Example


Text Example

White with #151213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151213; }

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

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

background-color css

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

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

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

border-color css

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

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

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