Html Css Color HEX #A50110 Carmine

📋 copy color: '#A50110'

red 165 ◦ green 1 ◦ blue 16

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

Shades of Carmine #A50110

Tints of Carmine #A50110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.79%

R = 90.66%
G = 0.55%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A50110 (or 0xA50110) is known color: Carmine. HEX triplet: A5, 01 and 10. RGB value is (165,1,16). Sum of RGB (Red+Green+Blue) = 165+1+16=182 (24% of max value = 765). Red value is 165 (64.84% from 255 or 90.66% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 165 - color contains mainly: red. Hex color #A50110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50110 is #5AFEEF. Grayscale: #333333. Windows color (decimal): -5963504 or 1048997. OLE color: 1048997.

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

Color convert

RGB 165 1 16 -
CMYK 0 0.99 0.90 0.35
HSL 354.51º 0.99% 0.33% -
HSV(B) 354.51º 0.99% 0.65% -
XYZ 15.62 8.06 1.22 -
YUV 51.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 165 1 16 0 0.99 0.90 0.35 354.51 0.99 0.33
Hex A5 1 10 0 63 5A 23 163 63 21
Octal 245 1 20 0 143 132 43 543 143 41
Binary 10100101 1 10000 0 1100011 1011010 100011 101100011 1100011 100001

Color Harmonies of #A50110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50110

Black with #A50110

Text Example


Text Example

White with #A50110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50110; }

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

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

background-color css

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

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

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

border-color css

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

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

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