Html Css Color HEX #A50115 Carmine

📋 copy color: '#A50115'

red 165 ◦ green 1 ◦ blue 21

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

Shades of Carmine #A50115

Tints of Carmine #A50115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.23%

R = 88.24%
G = 0.53%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A50115 (or 0xA50115) is known color: Carmine. HEX triplet: A5, 01 and 15. RGB value is (165,1,21). Sum of RGB (Red+Green+Blue) = 165+1+21=187 (24% of max value = 765). Red value is 165 (64.84% from 255 or 88.24% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 165 - color contains mainly: red. Hex color #A50115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50115 is #5AFEEA. Grayscale: #343434. Windows color (decimal): -5963499 or 1376677. OLE color: 1376677.

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

Color convert

RGB 165 1 21 -
CMYK 0 0.99 0.87 0.35
HSL 352.68º 0.99% 0.33% -
HSV(B) 352.68º 0.99% 0.65% -
XYZ 15.66 8.08 1.44 -
YUV 52.32 110.33 208.37 -
System Red Green Blue C M Y K H S L
Decimal 165 1 21 0 0.99 0.87 0.35 352.68 0.99 0.33
Hex A5 1 15 0 63 57 23 161 63 21
Octal 245 1 25 0 143 127 43 541 143 41
Binary 10100101 1 10101 0 1100011 1010111 100011 101100001 1100011 100001

Color Harmonies of #A50115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50115

Black with #A50115

Text Example


Text Example

White with #A50115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50115; }

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

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

background-color css

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

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

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

border-color css

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

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

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