Html Css Color HEX #A2171B Carmine

📋 copy color: '#A2171B'

red 162 ◦ green 23 ◦ blue 27

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

Shades of Carmine #A2171B

Tints of Carmine #A2171B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.85%

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

R = 76.42%
G = 10.85%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2171B (or 0xA2171B) is known color: Carmine. HEX triplet: A2, 17 and 1B. RGB value is (162,23,27). Sum of RGB (Red+Green+Blue) = 162+23+27=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A2171B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2171B is #5DE8E4. Grayscale: #414141. Windows color (decimal): -6154469 or 1775522. OLE color: 1775522.

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

Color convert

RGB 162 23 27 -
CMYK 0 0.86 0.83 0.36
HSL 358.27º 0.75% 0.36% -
HSV(B) 358.27º 0.86% 0.64% -
XYZ 15.4 8.37 1.84 -
YUV 65.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 162 23 27 0 0.86 0.83 0.36 358.27 0.75 0.36
Hex A2 17 1B 0 56 53 24 166 4B 24
Octal 242 27 33 0 126 123 44 546 113 44
Binary 10100010 10111 11011 0 1010110 1010011 100100 101100110 1001011 100100

Color Harmonies of #A2171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2171B

Black with #A2171B

Text Example


Text Example

White with #A2171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2171B; }

 p { color: rgb(162,23,27); }

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

background-color css

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

 a { background-color: rgb(162,23,27); }

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

border-color css

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

 span { border-color: rgb(162,23,27); }

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