Html Css Color HEX #A3122B Carmine

📋 copy color: '#A3122B'

red 163 ◦ green 18 ◦ blue 43

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

Shades of Carmine #A3122B

Tints of Carmine #A3122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.2%

R = 72.77%
G = 8.04%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3122B (or 0xA3122B) is known color: Carmine. HEX triplet: A3, 12 and 2B. RGB value is (163,18,43). Sum of RGB (Red+Green+Blue) = 163+18+43=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A3122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3122B is #5CEDD4. Grayscale: #404040. Windows color (decimal): -6090197 or 2822819. OLE color: 2822819.

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

Color convert

RGB 163 18 43 -
CMYK 0 0.89 0.74 0.36
HSL 349.66º 0.8% 0.35% -
HSV(B) 349.66º 0.89% 0.64% -
XYZ 15.76 8.39 3.08 -
YUV 64.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 163 18 43 0 0.89 0.74 0.36 349.66 0.8 0.35
Hex A3 12 2B 0 59 4A 24 15E 50 23
Octal 243 22 53 0 131 112 44 536 120 43
Binary 10100011 10010 101011 0 1011001 1001010 100100 101011110 1010000 100011

Color Harmonies of #A3122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3122B

Black with #A3122B

Text Example


Text Example

White with #A3122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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