Html Css Color HEX #A10539 Carmine

📋 copy color: '#A10539'

red 161 ◦ green 5 ◦ blue 57

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

Shades of Carmine #A10539

Tints of Carmine #A10539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.56%

R = 72.2%
G = 2.24%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A10539 (or 0xA10539) is known color: Carmine. HEX triplet: A1, 05 and 39. RGB value is (161,5,57). Sum of RGB (Red+Green+Blue) = 161+5+57=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A10539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10539 is #5EFAC6. Grayscale: #393939. Windows color (decimal): -6224583 or 3736993. OLE color: 3736993.

HSL color Cylindrical-coordinate representation of color #A10539: hue angle of 340º 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 #A10539 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 5 57 -
CMYK 0 0.97 0.65 0.37
HSL 340º 0.94% 0.33% -
HSV(B) 340º 0.97% 0.63% -
XYZ 15.49 7.98 4.59 -
YUV 57.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 161 5 57 0 0.97 0.65 0.37 340 0.94 0.33
Hex A1 5 39 0 61 41 25 154 5E 21
Octal 241 5 71 0 141 101 45 524 136 41
Binary 10100001 101 111001 0 1100001 1000001 100101 101010100 1011110 100001

Color Harmonies of #A10539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10539

Black with #A10539

Text Example


Text Example

White with #A10539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10539; }

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

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

background-color css

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

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

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

border-color css

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

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

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