Html Css Color HEX #A51213 Carmine

📋 copy color: '#A51213'

red 165 ◦ green 18 ◦ blue 19

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

Shades of Carmine #A51213

Tints of Carmine #A51213

RGB

 RED value IS 165 (64.84% from 255) = 81.68%

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

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

R = 81.68%
G = 8.91%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A51213 (or 0xA51213) is known color: Carmine. HEX triplet: A5, 12 and 13. RGB value is (165,18,19). Sum of RGB (Red+Green+Blue) = 165+18+19=202 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.68% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 165 - color contains mainly: red. Hex color #A51213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51213 is #5AEDEC. Grayscale: #3E3E3E. Windows color (decimal): -5959149 or 1249957. OLE color: 1249957.

HSL color Cylindrical-coordinate representation of color #A51213: hue angle of 359.59º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A51213 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 18 19 -
CMYK 0 0.89 0.88 0.35
HSL 359.59º 0.8% 0.36% -
HSV(B) 359.59º 0.89% 0.65% -
XYZ 15.85 8.48 1.42 -
YUV 62.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 165 18 19 0 0.89 0.88 0.35 359.59 0.8 0.36
Hex A5 12 13 0 59 58 23 168 50 24
Octal 245 22 23 0 131 130 43 550 120 44
Binary 10100101 10010 10011 0 1011001 1011000 100011 101101000 1010000 100100

Color Harmonies of #A51213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51213

Black with #A51213

Text Example


Text Example

White with #A51213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51213; }

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

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

background-color css

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

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

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

border-color css

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

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

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