Html Css Color HEX #A10528 Carmine

📋 copy color: '#A10528'

red 161 ◦ green 5 ◦ blue 40

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

Shades of Carmine #A10528

Tints of Carmine #A10528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 78.16%
G = 2.43%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A10528 (or 0xA10528) is known color: Carmine. HEX triplet: A1, 05 and 28. RGB value is (161,5,40). Sum of RGB (Red+Green+Blue) = 161+5+40=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A10528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10528 is #5EFAD7. Grayscale: #373737. Windows color (decimal): -6224600 or 2622881. OLE color: 2622881.

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

Color convert

RGB 161 5 40 -
CMYK 0 0.97 0.75 0.37
HSL 346.54º 0.94% 0.33% -
HSV(B) 346.54º 0.97% 0.63% -
XYZ 15.14 7.84 2.72 -
YUV 55.63 119.18 203.15 -
System Red Green Blue C M Y K H S L
Decimal 161 5 40 0 0.97 0.75 0.37 346.54 0.94 0.33
Hex A1 5 28 0 61 4B 25 15B 5E 21
Octal 241 5 50 0 141 113 45 533 136 41
Binary 10100001 101 101000 0 1100001 1001011 100101 101011011 1011110 100001

Color Harmonies of #A10528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10528

Black with #A10528

Text Example


Text Example

White with #A10528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10528; }

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

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

background-color css

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

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

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

border-color css

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

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

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