Html Css Color HEX #A10032 Carmine

📋 copy color: '#A10032'

red 161 ◦ green 0 ◦ blue 50

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

Shades of Carmine #A10032

Tints of Carmine #A10032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.3%
G = 0%
B = 23.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A10032 (or 0xA10032) is known color: Carmine. HEX triplet: A1, 00 and 32. RGB value is (161,0,50). Sum of RGB (Red+Green+Blue) = 161+0+50=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A10032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10032 is #5EFFCD. Grayscale: #353535. Windows color (decimal): -6225870 or 3276961. OLE color: 3276961.

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

Color convert

RGB 161 0 50 -
CMYK 0 1 0.69 0.37
HSL 341.37º 1% 0.32% -
HSV(B) 341.37º 1% 0.63% -
XYZ 15.27 7.81 3.72 -
YUV 53.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 161 0 50 0 1 0.69 0.37 341.37 1 0.32
Hex A1 0 32 0 64 45 25 155 64 20
Octal 241 0 62 0 144 105 45 525 144 40
Binary 10100001 0 110010 0 1100100 1000101 100101 101010101 1100100 100000

Color Harmonies of #A10032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10032

Black with #A10032

Text Example


Text Example

White with #A10032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10032; }

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

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

background-color css

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

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

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

border-color css

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

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

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