Html Css Color HEX #A9011C Carmine

📋 copy color: '#A9011C'

red 169 ◦ green 1 ◦ blue 28

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

Shades of Carmine #A9011C

Tints of Carmine #A9011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.14%

R = 85.35%
G = 0.51%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A9011C (or 0xA9011C) is known color: Carmine. HEX triplet: A9, 01 and 1C. RGB value is (169,1,28). Sum of RGB (Red+Green+Blue) = 169+1+28=198 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.35% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 169 - color contains mainly: red. Hex color #A9011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9011C is #56FEE3. Grayscale: #363636. Windows color (decimal): -5701348 or 1835433. OLE color: 1835433.

HSL color Cylindrical-coordinate representation of color #A9011C: hue angle of 350.36º 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 #A9011C is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 28 -
CMYK 0 0.99 0.83 0.34
HSL 350.36º 0.99% 0.33% -
HSV(B) 350.36º 0.99% 0.66% -
XYZ 16.58 8.54 1.87 -
YUV 54.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 169 1 28 0 0.99 0.83 0.34 350.36 0.99 0.33
Hex A9 1 1C 0 63 53 22 15E 63 21
Octal 251 1 34 0 143 123 42 536 143 41
Binary 10101001 1 11100 0 1100011 1010011 100010 101011110 1100011 100001

Color Harmonies of #A9011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9011C

Black with #A9011C

Text Example


Text Example

White with #A9011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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