Html Css Color HEX #A81213 Carmine

📋 copy color: '#A81213'

red 168 ◦ green 18 ◦ blue 19

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

Shades of Carmine #A81213

Tints of Carmine #A81213

RGB

 RED value IS 168 (66.02% from 255) = 81.95%

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

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

R = 81.95%
G = 8.78%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A81213 (or 0xA81213) is known color: Carmine. HEX triplet: A8, 12 and 13. RGB value is (168,18,19). Sum of RGB (Red+Green+Blue) = 168+18+19=205 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.95% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 168 - color contains mainly: red. Hex color #A81213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81213 is #57EDEC. Grayscale: #3F3F3F. Windows color (decimal): -5762541 or 1249960. OLE color: 1249960.

HSL color Cylindrical-coordinate representation of color #A81213: hue angle of 359.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81213 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 19 -
CMYK 0 0.89 0.89 0.34
HSL 359.6º 0.81% 0.36% -
HSV(B) 359.6º 0.89% 0.66% -
XYZ 16.48 8.8 1.45 -
YUV 62.96 103.2 202.92 -
System Red Green Blue C M Y K H S L
Decimal 168 18 19 0 0.89 0.89 0.34 359.6 0.81 0.36
Hex A8 12 13 0 59 59 22 168 51 24
Octal 250 22 23 0 131 131 42 550 121 44
Binary 10101000 10010 10011 0 1011001 1011001 100010 101101000 1010001 100100

Color Harmonies of #A81213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81213

Black with #A81213

Text Example


Text Example

White with #A81213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81213; }

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

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

background-color css

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

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

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

border-color css

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

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

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