Html Css Color HEX #A3011A Carmine

📋 copy color: '#A3011A'

red 163 ◦ green 1 ◦ blue 26

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

Shades of Carmine #A3011A

Tints of Carmine #A3011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 85.79%
G = 0.53%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3011A (or 0xA3011A) is known color: Carmine. HEX triplet: A3, 01 and 1A. RGB value is (163,1,26). Sum of RGB (Red+Green+Blue) = 163+1+26=190 (25% of max value = 765). Red value is 163 (64.06% from 255 or 85.79% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 163 - color contains mainly: red. Hex color #A3011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3011A is #5CFEE5. Grayscale: #343434. Windows color (decimal): -6094566 or 1704355. OLE color: 1704355.

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

Color convert

RGB 163 1 26 -
CMYK 0 0.99 0.84 0.36
HSL 350.74º 0.99% 0.32% -
HSV(B) 350.74º 0.99% 0.64% -
XYZ 15.3 7.88 1.69 -
YUV 52.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 163 1 26 0 0.99 0.84 0.36 350.74 0.99 0.32
Hex A3 1 1A 0 63 54 24 15F 63 20
Octal 243 1 32 0 143 124 44 537 143 40
Binary 10100011 1 11010 0 1100011 1010100 100100 101011111 1100011 100000

Color Harmonies of #A3011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3011A

Black with #A3011A

Text Example


Text Example

White with #A3011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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