Html Css Color HEX #A50117 Carmine

📋 copy color: '#A50117'

red 165 ◦ green 1 ◦ blue 23

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

Shades of Carmine #A50117

Tints of Carmine #A50117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.17%

R = 87.3%
G = 0.53%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A50117 (or 0xA50117) is known color: Carmine. HEX triplet: A5, 01 and 17. RGB value is (165,1,23). Sum of RGB (Red+Green+Blue) = 165+1+23=189 (25% of max value = 765). Red value is 165 (64.84% from 255 or 87.30% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 165 - color contains mainly: red. Hex color #A50117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50117 is #5AFEE8. Grayscale: #343434. Windows color (decimal): -5963497 or 1507749. OLE color: 1507749.

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

Color convert

RGB 165 1 23 -
CMYK 0 0.99 0.86 0.35
HSL 351.95º 0.99% 0.33% -
HSV(B) 351.95º 0.99% 0.65% -
XYZ 15.68 8.08 1.54 -
YUV 52.54 111.33 208.21 -
System Red Green Blue C M Y K H S L
Decimal 165 1 23 0 0.99 0.86 0.35 351.95 0.99 0.33
Hex A5 1 17 0 63 56 23 160 63 21
Octal 245 1 27 0 143 126 43 540 143 41
Binary 10100101 1 10111 0 1100011 1010110 100011 101100000 1100011 100001

Color Harmonies of #A50117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50117

Black with #A50117

Text Example


Text Example

White with #A50117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50117; }

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

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

background-color css

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

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

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

border-color css

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

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

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