Html Css Color HEX #A10515 Carmine

📋 copy color: '#A10515'

red 161 ◦ green 5 ◦ blue 21

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

Shades of Carmine #A10515

Tints of Carmine #A10515

RGB

 RED value IS 161 (63.28% from 255) = 86.1%

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

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

R = 86.1%
G = 2.67%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A10515 (or 0xA10515) is known color: Carmine. HEX triplet: A1, 05 and 15. RGB value is (161,5,21). Sum of RGB (Red+Green+Blue) = 161+5+21=187 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.10% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 161 - color contains mainly: red. Hex color #A10515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10515 is #5EFAEA. Grayscale: #353535. Windows color (decimal): -6224619 or 1377697. OLE color: 1377697.

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

Color convert

RGB 161 5 21 -
CMYK 0 0.97 0.87 0.37
HSL 353.85º 0.94% 0.33% -
HSV(B) 353.85º 0.97% 0.63% -
XYZ 14.89 7.74 1.42 -
YUV 53.47 109.68 204.7 -
System Red Green Blue C M Y K H S L
Decimal 161 5 21 0 0.97 0.87 0.37 353.85 0.94 0.33
Hex A1 5 15 0 61 57 25 162 5E 21
Octal 241 5 25 0 141 127 45 542 136 41
Binary 10100001 101 10101 0 1100001 1010111 100101 101100010 1011110 100001

Color Harmonies of #A10515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10515

Black with #A10515

Text Example


Text Example

White with #A10515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10515; }

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

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

background-color css

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

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

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

border-color css

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

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

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