Html Css Color HEX #A00120 Carmine

📋 copy color: '#A00120'

red 160 ◦ green 1 ◦ blue 32

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

Shades of Carmine #A00120

Tints of Carmine #A00120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.58%

R = 82.9%
G = 0.52%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A00120 (or 0xA00120) is known color: Carmine. HEX triplet: A0, 01 and 20. RGB value is (160,1,32). Sum of RGB (Red+Green+Blue) = 160+1+32=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A00120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00120 is #5FFEDF. Grayscale: #343434. Windows color (decimal): -6291168 or 2097568. OLE color: 2097568.

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

Color convert

RGB 160 1 32 -
CMYK 0 0.99 0.80 0.37
HSL 348.3º 0.99% 0.32% -
HSV(B) 348.3º 0.99% 0.63% -
XYZ 14.77 7.6 2.05 -
YUV 52.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 160 1 32 0 0.99 0.80 0.37 348.3 0.99 0.32
Hex A0 1 20 0 63 50 25 15C 63 20
Octal 240 1 40 0 143 120 45 534 143 40
Binary 10100000 1 100000 0 1100011 1010000 100101 101011100 1100011 100000

Color Harmonies of #A00120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00120

Black with #A00120

Text Example


Text Example

White with #A00120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00120; }

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

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

background-color css

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

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

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

border-color css

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

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

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