Html Css Color HEX #A50515 Carmine

📋 copy color: '#A50515'

red 165 ◦ green 5 ◦ blue 21

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

Shades of Carmine #A50515

Tints of Carmine #A50515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

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

R = 86.39%
G = 2.62%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A50515 (or 0xA50515) is known color: Carmine. HEX triplet: A5, 05 and 15. RGB value is (165,5,21). Sum of RGB (Red+Green+Blue) = 165+5+21=191 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.39% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 165 - color contains mainly: red. Hex color #A50515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50515 is #5AFAEA. Grayscale: #363636. Windows color (decimal): -5962475 or 1377701. OLE color: 1377701.

HSL color Cylindrical-coordinate representation of color #A50515: hue angle of 354º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A50515 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 5 21 -
CMYK 0 0.97 0.87 0.35
HSL 354º 0.94% 0.33% -
HSV(B) 354º 0.97% 0.65% -
XYZ 15.71 8.16 1.46 -
YUV 54.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 165 5 21 0 0.97 0.87 0.35 354 0.94 0.33
Hex A5 5 15 0 61 57 23 162 5E 21
Octal 245 5 25 0 141 127 43 542 136 41
Binary 10100101 101 10101 0 1100001 1010111 100011 101100010 1011110 100001

Color Harmonies of #A50515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50515

Black with #A50515

Text Example


Text Example

White with #A50515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50515; }

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

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

background-color css

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

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

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

border-color css

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

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

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