Html Css Color HEX #A0032C Carmine

📋 copy color: '#A0032C'

red 160 ◦ green 3 ◦ blue 44

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

Shades of Carmine #A0032C

Tints of Carmine #A0032C

RGB

 RED value IS 160 (62.89% from 255) = 77.29%

 GREEN value IS 3 (1.56% from 255) = 1.45%

 BLUE value IS 44 (17.58% from 255) = 21.26%

R = 77.29%
G = 1.45%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0032C (or 0xA0032C) is known color: Carmine. HEX triplet: A0, 03 and 2C. RGB value is (160,3,44). Sum of RGB (Red+Green+Blue) = 160+3+44=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A0032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0032C is #5FFCD3. Grayscale: #363636. Windows color (decimal): -6290644 or 2884512. OLE color: 2884512.

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

Color convert

RGB 160 3 44 -
CMYK 0 0.98 0.72 0.37
HSL 344.33º 0.96% 0.32% -
HSV(B) 344.33º 0.98% 0.63% -
XYZ 14.98 7.72 3.08 -
YUV 54.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 160 3 44 0 0.98 0.72 0.37 344.33 0.96 0.32
Hex A0 3 2C 0 62 48 25 158 60 20
Octal 240 3 54 0 142 110 45 530 140 40
Binary 10100000 11 101100 0 1100010 1001000 100101 101011000 1100000 100000

Color Harmonies of #A0032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0032C

Black with #A0032C

Text Example


Text Example

White with #A0032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0032C; }

 p { color: rgb(160,3,44); }

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

background-color css

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

 a { background-color: rgb(160,3,44); }

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

border-color css

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

 span { border-color: rgb(160,3,44); }

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