Html Css Color HEX #A9161E Carmine

📋 copy color: '#A9161E'

red 169 ◦ green 22 ◦ blue 30

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

Shades of Carmine #A9161E

Tints of Carmine #A9161E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.95%

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

R = 76.47%
G = 9.95%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A9161E (or 0xA9161E) is known color: Carmine. HEX triplet: A9, 16 and 1E. RGB value is (169,22,30). Sum of RGB (Red+Green+Blue) = 169+22+30=221 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.47% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 169 - color contains mainly: red. Hex color #A9161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9161E is #56E9E1. Grayscale: #424242. Windows color (decimal): -5695970 or 1971881. OLE color: 1971881.

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

Color convert

RGB 169 22 30 -
CMYK 0 0.87 0.82 0.34
HSL 356.73º 0.77% 0.37% -
HSV(B) 356.73º 0.87% 0.66% -
XYZ 16.88 9.1 2.1 -
YUV 66.87 107.2 200.85 -
System Red Green Blue C M Y K H S L
Decimal 169 22 30 0 0.87 0.82 0.34 356.73 0.77 0.37
Hex A9 16 1E 0 57 52 22 165 4D 25
Octal 251 26 36 0 127 122 42 545 115 45
Binary 10101001 10110 11110 0 1010111 1010010 100010 101100101 1001101 100101

Color Harmonies of #A9161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9161E

Black with #A9161E

Text Example


Text Example

White with #A9161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9161E; }

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

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

background-color css

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

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

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

border-color css

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

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

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