Html Css Color HEX #A9101F Carmine

📋 copy color: '#A9101F'

red 169 ◦ green 16 ◦ blue 31

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

Shades of Carmine #A9101F

Tints of Carmine #A9101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 31 (12.5% from 255) = 14.35%

R = 78.24%
G = 7.41%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A9101F (or 0xA9101F) is known color: Carmine. HEX triplet: A9, 10 and 1F. RGB value is (169,16,31). Sum of RGB (Red+Green+Blue) = 169+16+31=216 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.24% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 169 - color contains mainly: red. Hex color #A9101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9101F is #56EFE0. Grayscale: #3F3F3F. Windows color (decimal): -5697505 or 2035881. OLE color: 2035881.

HSL color Cylindrical-coordinate representation of color #A9101F: hue angle of 354.12º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9101F is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 16 31 -
CMYK 0 0.91 0.82 0.34
HSL 354.12º 0.83% 0.36% -
HSV(B) 354.12º 0.91% 0.66% -
XYZ 16.79 8.9 2.13 -
YUV 63.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 169 16 31 0 0.91 0.82 0.34 354.12 0.83 0.36
Hex A9 10 1F 0 5B 52 22 162 53 24
Octal 251 20 37 0 133 122 42 542 123 44
Binary 10101001 10000 11111 0 1011011 1010010 100010 101100010 1010011 100100

Color Harmonies of #A9101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9101F

Black with #A9101F

Text Example


Text Example

White with #A9101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9101F; }

 p { color: rgb(169,16,31); }

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

background-color css

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

 a { background-color: rgb(169,16,31); }

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

border-color css

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

 span { border-color: rgb(169,16,31); }

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