Html Css Color HEX #A21819 Carmine

📋 copy color: '#A21819'

red 162 ◦ green 24 ◦ blue 25

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

Shades of Carmine #A21819

Tints of Carmine #A21819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

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

R = 76.78%
G = 11.37%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A21819 (or 0xA21819) is known color: Carmine. HEX triplet: A2, 18 and 19. RGB value is (162,24,25). Sum of RGB (Red+Green+Blue) = 162+24+25=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A21819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21819 is #5DE7E6. Grayscale: #414141. Windows color (decimal): -6154215 or 1644706. OLE color: 1644706.

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

Color convert

RGB 162 24 25 -
CMYK 0 0.85 0.85 0.36
HSL 359.57º 0.74% 0.36% -
HSV(B) 359.57º 0.85% 0.64% -
XYZ 15.4 8.4 1.73 -
YUV 65.38 105.22 196.92 -
System Red Green Blue C M Y K H S L
Decimal 162 24 25 0 0.85 0.85 0.36 359.57 0.74 0.36
Hex A2 18 19 0 55 55 24 168 4A 24
Octal 242 30 31 0 125 125 44 550 112 44
Binary 10100010 11000 11001 0 1010101 1010101 100100 101101000 1001010 100100

Color Harmonies of #A21819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21819

Black with #A21819

Text Example


Text Example

White with #A21819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21819; }

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

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

background-color css

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

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

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

border-color css

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

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

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