Html Css Color HEX #A3031A Carmine

📋 copy color: '#A3031A'

red 163 ◦ green 3 ◦ blue 26

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

Shades of Carmine #A3031A

Tints of Carmine #A3031A

RGB

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

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

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

R = 84.9%
G = 1.56%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3031A (or 0xA3031A) is known color: Carmine. HEX triplet: A3, 03 and 1A. RGB value is (163,3,26). Sum of RGB (Red+Green+Blue) = 163+3+26=192 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.90% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 163 - color contains mainly: red. Hex color #A3031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3031A is #5CFCE5. Grayscale: #353535. Windows color (decimal): -6094054 or 1704867. OLE color: 1704867.

HSL color Cylindrical-coordinate representation of color #A3031A: hue angle of 351.38º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3031A is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 26 -
CMYK 0 0.98 0.84 0.36
HSL 351.38º 0.96% 0.33% -
HSV(B) 351.38º 0.98% 0.64% -
XYZ 15.32 7.93 1.7 -
YUV 53.46 112.51 206.13 -
System Red Green Blue C M Y K H S L
Decimal 163 3 26 0 0.98 0.84 0.36 351.38 0.96 0.33
Hex A3 3 1A 0 62 54 24 15F 60 21
Octal 243 3 32 0 142 124 44 537 140 41
Binary 10100011 11 11010 0 1100010 1010100 100100 101011111 1100000 100001

Color Harmonies of #A3031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3031A

Black with #A3031A

Text Example


Text Example

White with #A3031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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