Html Css Color HEX #A9031A Carmine

📋 copy color: '#A9031A'

red 169 ◦ green 3 ◦ blue 26

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

Shades of Carmine #A9031A

Tints of Carmine #A9031A

RGB

 RED value IS 169 (66.41% from 255) = 85.35%

 GREEN value IS 3 (1.56% from 255) = 1.52%

 BLUE value IS 26 (10.55% from 255) = 13.13%

R = 85.35%
G = 1.52%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A9031A (or 0xA9031A) is known color: Carmine. HEX triplet: A9, 03 and 1A. RGB value is (169,3,26). Sum of RGB (Red+Green+Blue) = 169+3+26=198 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.35% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 169 - color contains mainly: red. Hex color #A9031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9031A is #56FCE5. Grayscale: #373737. Windows color (decimal): -5700838 or 1704873. OLE color: 1704873.

HSL color Cylindrical-coordinate representation of color #A9031A: hue angle of 351.69º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9031A is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 3 26 -
CMYK 0 0.98 0.85 0.34
HSL 351.69º 0.97% 0.34% -
HSV(B) 351.69º 0.98% 0.66% -
XYZ 16.58 8.57 1.76 -
YUV 55.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 169 3 26 0 0.98 0.85 0.34 351.69 0.97 0.34
Hex A9 3 1A 0 62 55 22 160 61 22
Octal 251 3 32 0 142 125 42 540 141 42
Binary 10101001 11 11010 0 1100010 1010101 100010 101100000 1100001 100010

Color Harmonies of #A9031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9031A

Black with #A9031A

Text Example


Text Example

White with #A9031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9031A; }

 p { color: rgb(169,3,26); }

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

background-color css

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

 a { background-color: rgb(169,3,26); }

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

border-color css

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

 span { border-color: rgb(169,3,26); }

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