Html Css Color HEX #A0021B Carmine

📋 copy color: '#A0021B'

red 160 ◦ green 2 ◦ blue 27

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

Shades of Carmine #A0021B

Tints of Carmine #A0021B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 27 (10.94% from 255) = 14.29%

R = 84.66%
G = 1.06%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0021B (or 0xA0021B) is known color: Carmine. HEX triplet: A0, 02 and 1B. RGB value is (160,2,27). Sum of RGB (Red+Green+Blue) = 160+2+27=189 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.66% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 160 - color contains mainly: red. Hex color #A0021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0021B is #5FFDE4. Grayscale: #343434. Windows color (decimal): -6290917 or 1770144. OLE color: 1770144.

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

Color convert

RGB 160 2 27 -
CMYK 0 0.99 0.83 0.37
HSL 350.51º 0.98% 0.32% -
HSV(B) 350.51º 0.99% 0.63% -
XYZ 14.72 7.6 1.73 -
YUV 52.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 160 2 27 0 0.99 0.83 0.37 350.51 0.98 0.32
Hex A0 2 1B 0 63 53 25 15F 62 20
Octal 240 2 33 0 143 123 45 537 142 40
Binary 10100000 10 11011 0 1100011 1010011 100101 101011111 1100010 100000

Color Harmonies of #A0021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0021B

Black with #A0021B

Text Example


Text Example

White with #A0021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0021B; }

 p { color: rgb(160,2,27); }

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

background-color css

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

 a { background-color: rgb(160,2,27); }

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

border-color css

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

 span { border-color: rgb(160,2,27); }

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