Html Css Color HEX #A10232 Carmine

📋 copy color: '#A10232'

red 161 ◦ green 2 ◦ blue 50

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

Shades of Carmine #A10232

Tints of Carmine #A10232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 50 (19.92% from 255) = 23.47%

R = 75.59%
G = 0.94%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A10232 (or 0xA10232) is known color: Carmine. HEX triplet: A1, 02 and 32. RGB value is (161,2,50). Sum of RGB (Red+Green+Blue) = 161+2+50=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A10232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10232 is #5EFDCD. Grayscale: #363636. Windows color (decimal): -6225358 or 3277473. OLE color: 3277473.

HSL color Cylindrical-coordinate representation of color #A10232: hue angle of 341.89º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10232 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 2 50 -
CMYK 0 0.99 0.69 0.37
HSL 341.89º 0.98% 0.32% -
HSV(B) 341.89º 0.99% 0.63% -
XYZ 15.3 7.85 3.73 -
YUV 55.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 161 2 50 0 0.99 0.69 0.37 341.89 0.98 0.32
Hex A1 2 32 0 63 45 25 156 62 20
Octal 241 2 62 0 143 105 45 526 142 40
Binary 10100001 10 110010 0 1100011 1000101 100101 101010110 1100010 100000

Color Harmonies of #A10232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10232

Black with #A10232

Text Example


Text Example

White with #A10232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10232; }

 p { color: rgb(161,2,50); }

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

background-color css

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

 a { background-color: rgb(161,2,50); }

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

border-color css

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

 span { border-color: rgb(161,2,50); }

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