Html Css Color HEX #A50215 Carmine

📋 copy color: '#A50215'

red 165 ◦ green 2 ◦ blue 21

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

Shades of Carmine #A50215

Tints of Carmine #A50215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 87.77%
G = 1.06%
B = 11.17%

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

#A50215 (or 0xA50215) is known color: Carmine. HEX triplet: A5, 02 and 15. RGB value is (165,2,21). Sum of RGB (Red+Green+Blue) = 165+2+21=188 (24% of max value = 765). Red value is 165 (64.84% from 255 or 87.77% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 165 - color contains mainly: red. Hex color #A50215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50215 is #5AFDEA. Grayscale: #343434. Windows color (decimal): -5963243 or 1376933. OLE color: 1376933.

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

Color convert

RGB 165 2 21 -
CMYK 0 0.99 0.87 0.35
HSL 353.01º 0.98% 0.33% -
HSV(B) 353.01º 0.99% 0.65% -
XYZ 15.67 8.1 1.45 -
YUV 52.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 165 2 21 0 0.99 0.87 0.35 353.01 0.98 0.33
Hex A5 2 15 0 63 57 23 161 62 21
Octal 245 2 25 0 143 127 43 541 142 41
Binary 10100101 10 10101 0 1100011 1010111 100011 101100001 1100010 100001

Color Harmonies of #A50215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50215

Black with #A50215

Text Example


Text Example

White with #A50215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50215; }

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

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

background-color css

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

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

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

border-color css

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

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

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