Html Css Color HEX #A21123 Carmine

📋 copy color: '#A21123'

red 162 ◦ green 17 ◦ blue 35

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

Shades of Carmine #A21123

Tints of Carmine #A21123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.36%

R = 75.7%
G = 7.94%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A21123 (or 0xA21123) is known color: Carmine. HEX triplet: A2, 11 and 23. RGB value is (162,17,35). Sum of RGB (Red+Green+Blue) = 162+17+35=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A21123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21123 is #5DEEDC. Grayscale: #3E3E3E. Windows color (decimal): -6155997 or 2298274. OLE color: 2298274.

HSL color Cylindrical-coordinate representation of color #A21123: hue angle of 352.55º 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 #A21123 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 35 -
CMYK 0 0.90 0.78 0.36
HSL 352.55º 0.81% 0.35% -
HSV(B) 352.55º 0.9% 0.64% -
XYZ 15.4 8.2 2.36 -
YUV 62.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 162 17 35 0 0.90 0.78 0.36 352.55 0.81 0.35
Hex A2 11 23 0 5A 4E 24 161 51 23
Octal 242 21 43 0 132 116 44 541 121 43
Binary 10100010 10001 100011 0 1011010 1001110 100100 101100001 1010001 100011

Color Harmonies of #A21123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21123

Black with #A21123

Text Example


Text Example

White with #A21123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21123; }

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

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

background-color css

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

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

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

border-color css

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

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

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