Html Css Color HEX #A2111C Carmine

📋 copy color: '#A2111C'

red 162 ◦ green 17 ◦ blue 28

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

Shades of Carmine #A2111C

Tints of Carmine #A2111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.53%

R = 78.26%
G = 8.21%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2111C (or 0xA2111C) is known color: Carmine. HEX triplet: A2, 11 and 1C. RGB value is (162,17,28). Sum of RGB (Red+Green+Blue) = 162+17+28=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A2111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2111C is #5DEEE3. Grayscale: #3D3D3D. Windows color (decimal): -6156004 or 1839522. OLE color: 1839522.

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

Color convert

RGB 162 17 28 -
CMYK 0 0.90 0.83 0.36
HSL 355.45º 0.81% 0.35% -
HSV(B) 355.45º 0.9% 0.64% -
XYZ 15.31 8.17 1.87 -
YUV 61.61 109.04 199.61 -
System Red Green Blue C M Y K H S L
Decimal 162 17 28 0 0.90 0.83 0.36 355.45 0.81 0.35
Hex A2 11 1C 0 5A 53 24 163 51 23
Octal 242 21 34 0 132 123 44 543 121 43
Binary 10100010 10001 11100 0 1011010 1010011 100100 101100011 1010001 100011

Color Harmonies of #A2111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2111C

Black with #A2111C

Text Example


Text Example

White with #A2111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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