Html Css Color HEX #A0032B Carmine

📋 copy color: '#A0032B'

red 160 ◦ green 3 ◦ blue 43

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

Shades of Carmine #A0032B

Tints of Carmine #A0032B

RGB

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

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

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

R = 77.67%
G = 1.46%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0032B (or 0xA0032B) is known color: Carmine. HEX triplet: A0, 03 and 2B. RGB value is (160,3,43). Sum of RGB (Red+Green+Blue) = 160+3+43=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A0032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0032B is #5FFCD4. Grayscale: #363636. Windows color (decimal): -6290645 or 2818976. OLE color: 2818976.

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

Color convert

RGB 160 3 43 -
CMYK 0 0.98 0.73 0.37
HSL 344.71º 0.96% 0.32% -
HSV(B) 344.71º 0.98% 0.63% -
XYZ 14.97 7.71 2.99 -
YUV 54.5 121.51 203.25 -
System Red Green Blue C M Y K H S L
Decimal 160 3 43 0 0.98 0.73 0.37 344.71 0.96 0.32
Hex A0 3 2B 0 62 49 25 159 60 20
Octal 240 3 53 0 142 111 45 531 140 40
Binary 10100000 11 101011 0 1100010 1001001 100101 101011001 1100000 100000

Color Harmonies of #A0032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0032B

Black with #A0032B

Text Example


Text Example

White with #A0032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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