Html Css Color HEX #161213 Rustic Red

📋 copy color: '#161213'

red 22 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #161213

Tints of Rustic Red #161213

RGB

 RED value IS 22 (8.98% from 255) = 37.29%

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

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

R = 37.29%
G = 30.51%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.91

RGB Variations

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

Color information

#161213 (or 0x161213) is known color: Rustic Red. HEX triplet: 16, 12 and 13. RGB value is (22,18,19). Sum of RGB (Red+Green+Blue) = 22+18+19=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 22 - color contains mainly: red. Hex color #161213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161213 is #E9EDEC. Grayscale: #131313. Windows color (decimal): -15330797 or 1249814. OLE color: 1249814.

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

Color convert

RGB 22 18 19 -
CMYK 0 0.18 0.14 0.91
HSL 345º 0.1% 0.08% -
HSV(B) 345º 0.18% 0.09% -
XYZ 0.66 0.65 0.71 -
YUV 19.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 22 18 19 0 0.18 0.14 0.91 345 0.1 0.08
Hex 16 12 13 0 12 E 5B 159 A 8
Octal 26 22 23 0 22 16 133 531 12 10
Binary 10110 10010 10011 0 10010 1110 1011011 101011001 1010 1000

Color Harmonies of #161213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161213

Black with #161213

Text Example


Text Example

White with #161213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161213; }

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

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

background-color css

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

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

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

border-color css

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

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

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