Html Css Color HEX #A0012C Carmine

📋 copy color: '#A0012C'

red 160 ◦ green 1 ◦ blue 44

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

Shades of Carmine #A0012C

Tints of Carmine #A0012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 78.05%
G = 0.49%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0012C (or 0xA0012C) is known color: Carmine. HEX triplet: A0, 01 and 2C. RGB value is (160,1,44). Sum of RGB (Red+Green+Blue) = 160+1+44=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A0012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0012C is #5FFED3. Grayscale: #353535. Windows color (decimal): -6291156 or 2884000. OLE color: 2884000.

HSL color Cylindrical-coordinate representation of color #A0012C: hue angle of 343.77º degrees, saturation: 0.99, 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 #A0012C is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 44 -
CMYK 0 0.99 0.72 0.37
HSL 343.77º 0.99% 0.32% -
HSV(B) 343.77º 0.99% 0.63% -
XYZ 14.96 7.68 3.08 -
YUV 53.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 160 1 44 0 0.99 0.72 0.37 343.77 0.99 0.32
Hex A0 1 2C 0 63 48 25 158 63 20
Octal 240 1 54 0 143 110 45 530 143 40
Binary 10100000 1 101100 0 1100011 1001000 100101 101011000 1100011 100000

Color Harmonies of #A0012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0012C

Black with #A0012C

Text Example


Text Example

White with #A0012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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