Html Css Color HEX #A2102C Carmine

📋 copy color: '#A2102C'

red 162 ◦ green 16 ◦ blue 44

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

Shades of Carmine #A2102C

Tints of Carmine #A2102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.21%

 BLUE value IS 44 (17.58% from 255) = 19.82%

R = 72.97%
G = 7.21%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2102C (or 0xA2102C) is known color: Carmine. HEX triplet: A2, 10 and 2C. RGB value is (162,16,44). Sum of RGB (Red+Green+Blue) = 162+16+44=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A2102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2102C is #5DEFD3. Grayscale: #3E3E3E. Windows color (decimal): -6156244 or 2887842. OLE color: 2887842.

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

Color convert

RGB 162 16 44 -
CMYK 0 0.90 0.73 0.36
HSL 348.49º 0.82% 0.35% -
HSV(B) 348.49º 0.9% 0.64% -
XYZ 15.54 8.23 3.15 -
YUV 62.85 117.37 198.72 -
System Red Green Blue C M Y K H S L
Decimal 162 16 44 0 0.90 0.73 0.36 348.49 0.82 0.35
Hex A2 10 2C 0 5A 49 24 15C 52 23
Octal 242 20 54 0 132 111 44 534 122 43
Binary 10100010 10000 101100 0 1011010 1001001 100100 101011100 1010010 100011

Color Harmonies of #A2102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2102C

Black with #A2102C

Text Example


Text Example

White with #A2102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2102C; }

 p { color: rgb(162,16,44); }

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

background-color css

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

 a { background-color: rgb(162,16,44); }

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

border-color css

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

 span { border-color: rgb(162,16,44); }

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