Html Css Color HEX #A50116 Carmine

📋 copy color: '#A50116'

red 165 ◦ green 1 ◦ blue 22

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

Shades of Carmine #A50116

Tints of Carmine #A50116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 87.77%
G = 0.53%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A50116 (or 0xA50116) is known color: Carmine. HEX triplet: A5, 01 and 16. RGB value is (165,1,22). Sum of RGB (Red+Green+Blue) = 165+1+22=188 (24% of max value = 765). Red value is 165 (64.84% from 255 or 87.77% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 165 - color contains mainly: red. Hex color #A50116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50116 is #5AFEE9. Grayscale: #343434. Windows color (decimal): -5963498 or 1442213. OLE color: 1442213.

HSL color Cylindrical-coordinate representation of color #A50116: hue angle of 352.32º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A50116 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 1 22 -
CMYK 0 0.99 0.87 0.35
HSL 352.32º 0.99% 0.33% -
HSV(B) 352.32º 0.99% 0.65% -
XYZ 15.67 8.08 1.49 -
YUV 52.43 110.83 208.29 -
System Red Green Blue C M Y K H S L
Decimal 165 1 22 0 0.99 0.87 0.35 352.32 0.99 0.33
Hex A5 1 16 0 63 57 23 160 63 21
Octal 245 1 26 0 143 127 43 540 143 41
Binary 10100101 1 10110 0 1100011 1010111 100011 101100000 1100011 100001

Color Harmonies of #A50116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50116

Black with #A50116

Text Example


Text Example

White with #A50116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50116; }

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

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

background-color css

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

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

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

border-color css

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

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

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