Html Css Color HEX #A50112 Carmine

📋 copy color: '#A50112'

red 165 ◦ green 1 ◦ blue 18

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

Shades of Carmine #A50112

Tints of Carmine #A50112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.78%

R = 89.67%
G = 0.54%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A50112 (or 0xA50112) is known color: Carmine. HEX triplet: A5, 01 and 12. RGB value is (165,1,18). Sum of RGB (Red+Green+Blue) = 165+1+18=184 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.67% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 165 - color contains mainly: red. Hex color #A50112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50112 is #5AFEED. Grayscale: #343434. Windows color (decimal): -5963502 or 1180069. OLE color: 1180069.

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

Color convert

RGB 165 1 18 -
CMYK 0 0.99 0.89 0.35
HSL 353.78º 0.99% 0.33% -
HSV(B) 353.78º 0.99% 0.65% -
XYZ 15.64 8.06 1.3 -
YUV 51.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 165 1 18 0 0.99 0.89 0.35 353.78 0.99 0.33
Hex A5 1 12 0 63 59 23 162 63 21
Octal 245 1 22 0 143 131 43 542 143 41
Binary 10100101 1 10010 0 1100011 1011001 100011 101100010 1100011 100001

Color Harmonies of #A50112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50112

Black with #A50112

Text Example


Text Example

White with #A50112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50112; }

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

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

background-color css

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

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

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

border-color css

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

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

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