Html Css Color HEX #A10A2B Carmine

📋 copy color: '#A10A2B'

red 161 ◦ green 10 ◦ blue 43

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

Shades of Carmine #A10A2B

Tints of Carmine #A10A2B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.67%

 BLUE value IS 43 (17.19% from 255) = 20.09%

R = 75.23%
G = 4.67%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A10A2B (or 0xA10A2B) is known color: Carmine. HEX triplet: A1, 0A and 2B. RGB value is (161,10,43). Sum of RGB (Red+Green+Blue) = 161+10+43=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10A2B is #5EF5D4. Grayscale: #3A3A3A. Windows color (decimal): -6223317 or 2820769. OLE color: 2820769.

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

Color convert

RGB 161 10 43 -
CMYK 0 0.94 0.73 0.37
HSL 346.89º 0.88% 0.34% -
HSV(B) 346.89º 0.94% 0.63% -
XYZ 15.24 7.97 3.02 -
YUV 58.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 161 10 43 0 0.94 0.73 0.37 346.89 0.88 0.34
Hex A1 A 2B 0 5E 49 25 15B 58 22
Octal 241 12 53 0 136 111 45 533 130 42
Binary 10100001 1010 101011 0 1011110 1001001 100101 101011011 1011000 100010

Color Harmonies of #A10A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10A2B

Black with #A10A2B

Text Example


Text Example

White with #A10A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10A2B; }

 p { color: rgb(161,10,43); }

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

background-color css

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

 a { background-color: rgb(161,10,43); }

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

border-color css

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

 span { border-color: rgb(161,10,43); }

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