Html Css Color HEX #A50124 Carmine

📋 copy color: '#A50124'

red 165 ◦ green 1 ◦ blue 36

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

Shades of Carmine #A50124

Tints of Carmine #A50124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.82%

R = 81.68%
G = 0.5%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A50124 (or 0xA50124) is known color: Carmine. HEX triplet: A5, 01 and 24. RGB value is (165,1,36). Sum of RGB (Red+Green+Blue) = 165+1+36=202 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.68% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 165 - color contains mainly: red. Hex color #A50124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50124 is #5AFEDB. Grayscale: #363636. Windows color (decimal): -5963484 or 2359717. OLE color: 2359717.

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

Color convert

RGB 165 1 36 -
CMYK 0 0.99 0.78 0.35
HSL 347.2º 0.99% 0.33% -
HSV(B) 347.2º 0.99% 0.65% -
XYZ 15.85 8.15 2.41 -
YUV 54.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 165 1 36 0 0.99 0.78 0.35 347.2 0.99 0.33
Hex A5 1 24 0 63 4E 23 15B 63 21
Octal 245 1 44 0 143 116 43 533 143 41
Binary 10100101 1 100100 0 1100011 1001110 100011 101011011 1100011 100001

Color Harmonies of #A50124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50124

Black with #A50124

Text Example


Text Example

White with #A50124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50124; }

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

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

background-color css

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

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

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

border-color css

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

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

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