Html Css Color HEX #A21119 Carmine

📋 copy color: '#A21119'

red 162 ◦ green 17 ◦ blue 25

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

Shades of Carmine #A21119

Tints of Carmine #A21119

RGB

 RED value IS 162 (63.67% from 255) = 79.41%

 GREEN value IS 17 (7.03% from 255) = 8.33%

 BLUE value IS 25 (10.16% from 255) = 12.25%

R = 79.41%
G = 8.33%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A21119 (or 0xA21119) is known color: Carmine. HEX triplet: A2, 11 and 19. RGB value is (162,17,25). Sum of RGB (Red+Green+Blue) = 162+17+25=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A21119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21119 is #5DEEE6. Grayscale: #3D3D3D. Windows color (decimal): -6156007 or 1642914. OLE color: 1642914.

HSL color Cylindrical-coordinate representation of color #A21119: hue angle of 356.69º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21119 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 25 -
CMYK 0 0.90 0.85 0.36
HSL 356.69º 0.81% 0.35% -
HSV(B) 356.69º 0.9% 0.64% -
XYZ 15.28 8.15 1.69 -
YUV 61.27 107.54 199.85 -
System Red Green Blue C M Y K H S L
Decimal 162 17 25 0 0.90 0.85 0.36 356.69 0.81 0.35
Hex A2 11 19 0 5A 55 24 165 51 23
Octal 242 21 31 0 132 125 44 545 121 43
Binary 10100010 10001 11001 0 1011010 1010101 100100 101100101 1010001 100011

Color Harmonies of #A21119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21119

Black with #A21119

Text Example


Text Example

White with #A21119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21119; }

 p { color: rgb(162,17,25); }

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

background-color css

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

 a { background-color: rgb(162,17,25); }

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

border-color css

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

 span { border-color: rgb(162,17,25); }

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