Html Css Color HEX #A51216 Carmine

📋 copy color: '#A51216'

red 165 ◦ green 18 ◦ blue 22

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

Shades of Carmine #A51216

Tints of Carmine #A51216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 80.49%
G = 8.78%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A51216 (or 0xA51216) is known color: Carmine. HEX triplet: A5, 12 and 16. RGB value is (165,18,22). Sum of RGB (Red+Green+Blue) = 165+18+22=205 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.49% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 165 - color contains mainly: red. Hex color #A51216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51216 is #5AEDE9. Grayscale: #3E3E3E. Windows color (decimal): -5959146 or 1446565. OLE color: 1446565.

HSL color Cylindrical-coordinate representation of color #A51216: hue angle of 358.37º 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 #A51216 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 18 22 -
CMYK 0 0.89 0.87 0.35
HSL 358.37º 0.8% 0.36% -
HSV(B) 358.37º 0.89% 0.65% -
XYZ 15.88 8.49 1.56 -
YUV 62.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 165 18 22 0 0.89 0.87 0.35 358.37 0.8 0.36
Hex A5 12 16 0 59 57 23 166 50 24
Octal 245 22 26 0 131 127 43 546 120 44
Binary 10100101 10010 10110 0 1011001 1010111 100011 101100110 1010000 100100

Color Harmonies of #A51216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51216

Black with #A51216

Text Example


Text Example

White with #A51216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51216; }

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

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

background-color css

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

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

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

border-color css

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

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

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