Html Css Color HEX #A9011A Carmine

📋 copy color: '#A9011A'

red 169 ◦ green 1 ◦ blue 26

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

Shades of Carmine #A9011A

Tints of Carmine #A9011A

RGB

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

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

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

R = 86.22%
G = 0.51%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A9011A (or 0xA9011A) is known color: Carmine. HEX triplet: A9, 01 and 1A. RGB value is (169,1,26). Sum of RGB (Red+Green+Blue) = 169+1+26=196 (25% of max value = 765). Red value is 169 (66.41% from 255 or 86.22% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 169 - color contains mainly: red. Hex color #A9011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9011A is #56FEE5. Grayscale: #363636. Windows color (decimal): -5701350 or 1704361. OLE color: 1704361.

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

Color convert

RGB 169 1 26 -
CMYK 0 0.99 0.85 0.34
HSL 351.07º 0.99% 0.33% -
HSV(B) 351.07º 0.99% 0.66% -
XYZ 16.56 8.53 1.75 -
YUV 54.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 169 1 26 0 0.99 0.85 0.34 351.07 0.99 0.33
Hex A9 1 1A 0 63 55 22 15F 63 21
Octal 251 1 32 0 143 125 42 537 143 41
Binary 10101001 1 11010 0 1100011 1010101 100010 101011111 1100011 100001

Color Harmonies of #A9011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9011A

Black with #A9011A

Text Example


Text Example

White with #A9011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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