Html Css Color HEX #A9011E Carmine

📋 copy color: '#A9011E'

red 169 ◦ green 1 ◦ blue 30

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

Shades of Carmine #A9011E

Tints of Carmine #A9011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15%

R = 84.5%
G = 0.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A9011E (or 0xA9011E) is known color: Carmine. HEX triplet: A9, 01 and 1E. RGB value is (169,1,30). Sum of RGB (Red+Green+Blue) = 169+1+30=200 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 169 - color contains mainly: red. Hex color #A9011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9011E is #56FEE1. Grayscale: #363636. Windows color (decimal): -5701346 or 1966505. OLE color: 1966505.

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

Color convert

RGB 169 1 30 -
CMYK 0 0.99 0.82 0.34
HSL 349.64º 0.99% 0.33% -
HSV(B) 349.64º 0.99% 0.66% -
XYZ 16.61 8.55 2 -
YUV 54.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 169 1 30 0 0.99 0.82 0.34 349.64 0.99 0.33
Hex A9 1 1E 0 63 52 22 15E 63 21
Octal 251 1 36 0 143 122 42 536 143 41
Binary 10101001 1 11110 0 1100011 1010010 100010 101011110 1100011 100001

Color Harmonies of #A9011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9011E

Black with #A9011E

Text Example


Text Example

White with #A9011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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