Html Css Color HEX #A31229 Carmine

📋 copy color: '#A31229'

red 163 ◦ green 18 ◦ blue 41

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

Shades of Carmine #A31229

Tints of Carmine #A31229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.47%

R = 73.42%
G = 8.11%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A31229 (or 0xA31229) is known color: Carmine. HEX triplet: A3, 12 and 29. RGB value is (163,18,41). Sum of RGB (Red+Green+Blue) = 163+18+41=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A31229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31229 is #5CEDD6. Grayscale: #404040. Windows color (decimal): -6090199 or 2691747. OLE color: 2691747.

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

Color convert

RGB 163 18 41 -
CMYK 0 0.89 0.75 0.36
HSL 350.48º 0.8% 0.35% -
HSV(B) 350.48º 0.89% 0.64% -
XYZ 15.72 8.38 2.89 -
YUV 63.98 115.04 198.63 -
System Red Green Blue C M Y K H S L
Decimal 163 18 41 0 0.89 0.75 0.36 350.48 0.8 0.35
Hex A3 12 29 0 59 4B 24 15E 50 23
Octal 243 22 51 0 131 113 44 536 120 43
Binary 10100011 10010 101001 0 1011001 1001011 100100 101011110 1010000 100011

Color Harmonies of #A31229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31229

Black with #A31229

Text Example


Text Example

White with #A31229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31229; }

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

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

background-color css

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

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

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

border-color css

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

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

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