Html Css Color HEX #A50119 Carmine

📋 copy color: '#A50119'

red 165 ◦ green 1 ◦ blue 25

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

Shades of Carmine #A50119

Tints of Carmine #A50119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.09%

R = 86.39%
G = 0.52%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A50119 (or 0xA50119) is known color: Carmine. HEX triplet: A5, 01 and 19. RGB value is (165,1,25). Sum of RGB (Red+Green+Blue) = 165+1+25=191 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.39% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 165 - color contains mainly: red. Hex color #A50119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50119 is #5AFEE6. Grayscale: #343434. Windows color (decimal): -5963495 or 1638821. OLE color: 1638821.

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

Color convert

RGB 165 1 25 -
CMYK 0 0.99 0.85 0.35
HSL 351.22º 0.99% 0.33% -
HSV(B) 351.22º 0.99% 0.65% -
XYZ 15.7 8.09 1.65 -
YUV 52.77 112.33 208.05 -
System Red Green Blue C M Y K H S L
Decimal 165 1 25 0 0.99 0.85 0.35 351.22 0.99 0.33
Hex A5 1 19 0 63 55 23 15F 63 21
Octal 245 1 31 0 143 125 43 537 143 41
Binary 10100101 1 11001 0 1100011 1010101 100011 101011111 1100011 100001

Color Harmonies of #A50119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50119

Black with #A50119

Text Example


Text Example

White with #A50119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50119; }

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

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

background-color css

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

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

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

border-color css

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

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

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