Html Css Color HEX #A0012E Carmine

📋 copy color: '#A0012E'

red 160 ◦ green 1 ◦ blue 46

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

Shades of Carmine #A0012E

Tints of Carmine #A0012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.22%

R = 77.29%
G = 0.48%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0012E (or 0xA0012E) is known color: Carmine. HEX triplet: A0, 01 and 2E. RGB value is (160,1,46). Sum of RGB (Red+Green+Blue) = 160+1+46=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A0012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0012E is #5FFED1. Grayscale: #353535. Windows color (decimal): -6291154 or 3015072. OLE color: 3015072.

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

Color convert

RGB 160 1 46 -
CMYK 0 0.99 0.71 0.37
HSL 343.02º 0.99% 0.32% -
HSV(B) 343.02º 0.99% 0.63% -
XYZ 15 7.69 3.28 -
YUV 53.67 123.68 203.84 -
System Red Green Blue C M Y K H S L
Decimal 160 1 46 0 0.99 0.71 0.37 343.02 0.99 0.32
Hex A0 1 2E 0 63 47 25 157 63 20
Octal 240 1 56 0 143 107 45 527 143 40
Binary 10100000 1 101110 0 1100011 1000111 100101 101010111 1100011 100000

Color Harmonies of #A0012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0012E

Black with #A0012E

Text Example


Text Example

White with #A0012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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