Html Css Color HEX #A50118 Carmine

📋 copy color: '#A50118'

red 165 ◦ green 1 ◦ blue 24

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

Shades of Carmine #A50118

Tints of Carmine #A50118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.63%

R = 86.84%
G = 0.53%
B = 12.63%

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

#A50118 (or 0xA50118) is known color: Carmine. HEX triplet: A5, 01 and 18. RGB value is (165,1,24). Sum of RGB (Red+Green+Blue) = 165+1+24=190 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.84% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 165 - color contains mainly: red. Hex color #A50118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50118 is #5AFEE7. Grayscale: #343434. Windows color (decimal): -5963496 or 1573285. OLE color: 1573285.

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

Color convert

RGB 165 1 24 -
CMYK 0 0.99 0.85 0.35
HSL 351.59º 0.99% 0.33% -
HSV(B) 351.59º 0.99% 0.65% -
XYZ 15.69 8.09 1.6 -
YUV 52.66 111.83 208.13 -
System Red Green Blue C M Y K H S L
Decimal 165 1 24 0 0.99 0.85 0.35 351.59 0.99 0.33
Hex A5 1 18 0 63 55 23 160 63 21
Octal 245 1 30 0 143 125 43 540 143 41
Binary 10100101 1 11000 0 1100011 1010101 100011 101100000 1100011 100001

Color Harmonies of #A50118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50118

Black with #A50118

Text Example


Text Example

White with #A50118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50118; }

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

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

background-color css

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

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

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

border-color css

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

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

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