Html Css Color HEX #A21127 Carmine

📋 copy color: '#A21127'

red 162 ◦ green 17 ◦ blue 39

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

Shades of Carmine #A21127

Tints of Carmine #A21127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.89%

R = 74.31%
G = 7.8%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A21127 (or 0xA21127) is known color: Carmine. HEX triplet: A2, 11 and 27. RGB value is (162,17,39). Sum of RGB (Red+Green+Blue) = 162+17+39=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A21127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21127 is #5DEED8. Grayscale: #3E3E3E. Windows color (decimal): -6155993 or 2560418. OLE color: 2560418.

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

Color convert

RGB 162 17 39 -
CMYK 0 0.90 0.76 0.36
HSL 350.9º 0.81% 0.35% -
HSV(B) 350.9º 0.9% 0.64% -
XYZ 15.47 8.23 2.69 -
YUV 62.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 162 17 39 0 0.90 0.76 0.36 350.9 0.81 0.35
Hex A2 11 27 0 5A 4C 24 15F 51 23
Octal 242 21 47 0 132 114 44 537 121 43
Binary 10100010 10001 100111 0 1011010 1001100 100100 101011111 1010001 100011

Color Harmonies of #A21127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21127

Black with #A21127

Text Example


Text Example

White with #A21127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21127; }

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

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

background-color css

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

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

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

border-color css

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

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

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