Html Css Color HEX #A0132A Carmine

📋 copy color: '#A0132A'

red 160 ◦ green 19 ◦ blue 42

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

Shades of Carmine #A0132A

Tints of Carmine #A0132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 42 (16.8% from 255) = 19%

R = 72.4%
G = 8.6%
B = 19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0132A (or 0xA0132A) is known color: Carmine. HEX triplet: A0, 13 and 2A. RGB value is (160,19,42). Sum of RGB (Red+Green+Blue) = 160+19+42=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A0132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0132A is #5FECD5. Grayscale: #3F3F3F. Windows color (decimal): -6286550 or 2757536. OLE color: 2757536.

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

Color convert

RGB 160 19 42 -
CMYK 0 0.88 0.74 0.37
HSL 350.21º 0.79% 0.35% -
HSV(B) 350.21º 0.88% 0.63% -
XYZ 15.15 8.11 2.96 -
YUV 63.78 115.71 196.63 -
System Red Green Blue C M Y K H S L
Decimal 160 19 42 0 0.88 0.74 0.37 350.21 0.79 0.35
Hex A0 13 2A 0 58 4A 25 15E 4F 23
Octal 240 23 52 0 130 112 45 536 117 43
Binary 10100000 10011 101010 0 1011000 1001010 100101 101011110 1001111 100011

Color Harmonies of #A0132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0132A

Black with #A0132A

Text Example


Text Example

White with #A0132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0132A; }

 p { color: rgb(160,19,42); }

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

background-color css

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

 a { background-color: rgb(160,19,42); }

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

border-color css

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

 span { border-color: rgb(160,19,42); }

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