Html Css Color HEX #A10521 Carmine

📋 copy color: '#A10521'

red 161 ◦ green 5 ◦ blue 33

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

Shades of Carmine #A10521

Tints of Carmine #A10521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.58%

R = 80.9%
G = 2.51%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A10521 (or 0xA10521) is known color: Carmine. HEX triplet: A1, 05 and 21. RGB value is (161,5,33). Sum of RGB (Red+Green+Blue) = 161+5+33=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A10521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10521 is #5EFADE. Grayscale: #363636. Windows color (decimal): -6224607 or 2164129. OLE color: 2164129.

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

Color convert

RGB 161 5 33 -
CMYK 0 0.97 0.80 0.37
HSL 349.23º 0.94% 0.33% -
HSV(B) 349.23º 0.97% 0.63% -
XYZ 15.03 7.8 2.15 -
YUV 54.84 115.68 203.72 -
System Red Green Blue C M Y K H S L
Decimal 161 5 33 0 0.97 0.80 0.37 349.23 0.94 0.33
Hex A1 5 21 0 61 50 25 15D 5E 21
Octal 241 5 41 0 141 120 45 535 136 41
Binary 10100001 101 100001 0 1100001 1010000 100101 101011101 1011110 100001

Color Harmonies of #A10521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10521

Black with #A10521

Text Example


Text Example

White with #A10521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10521; }

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

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

background-color css

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

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

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

border-color css

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

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

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