Html Css Color HEX #A3122C Carmine

📋 copy color: '#A3122C'

red 163 ◦ green 18 ◦ blue 44

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

Shades of Carmine #A3122C

Tints of Carmine #A3122C

RGB

 RED value IS 163 (64.06% from 255) = 72.44%

 GREEN value IS 18 (7.42% from 255) = 8%

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

R = 72.44%
G = 8%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A3122C (or 0xA3122C) is known color: Carmine. HEX triplet: A3, 12 and 2C. RGB value is (163,18,44). Sum of RGB (Red+Green+Blue) = 163+18+44=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A3122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3122C is #5CEDD3. Grayscale: #404040. Windows color (decimal): -6090196 or 2888355. OLE color: 2888355.

HSL color Cylindrical-coordinate representation of color #A3122C: hue angle of 349.24º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A3122C is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 18 44 -
CMYK 0 0.89 0.73 0.36
HSL 349.24º 0.8% 0.35% -
HSV(B) 349.24º 0.89% 0.64% -
XYZ 15.78 8.4 3.17 -
YUV 64.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 163 18 44 0 0.89 0.73 0.36 349.24 0.8 0.35
Hex A3 12 2C 0 59 49 24 15D 50 23
Octal 243 22 54 0 131 111 44 535 120 43
Binary 10100011 10010 101100 0 1011001 1001001 100100 101011101 1010000 100011

Color Harmonies of #A3122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3122C

Black with #A3122C

Text Example


Text Example

White with #A3122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3122C; }

 p { color: rgb(163,18,44); }

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

background-color css

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

 a { background-color: rgb(163,18,44); }

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

border-color css

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

 span { border-color: rgb(163,18,44); }

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