Html Css Color HEX #A9102A Carmine

📋 copy color: '#A9102A'

red 169 ◦ green 16 ◦ blue 42

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

Shades of Carmine #A9102A

Tints of Carmine #A9102A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.5%

R = 74.45%
G = 7.05%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9102A (or 0xA9102A) is known color: Carmine. HEX triplet: A9, 10 and 2A. RGB value is (169,16,42). Sum of RGB (Red+Green+Blue) = 169+16+42=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A9102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9102A is #56EFD5. Grayscale: #404040. Windows color (decimal): -5697494 or 2756777. OLE color: 2756777.

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

Color convert

RGB 169 16 42 -
CMYK 0 0.91 0.75 0.34
HSL 349.8º 0.83% 0.36% -
HSV(B) 349.8º 0.91% 0.66% -
XYZ 16.97 8.97 3.03 -
YUV 64.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 169 16 42 0 0.91 0.75 0.34 349.8 0.83 0.36
Hex A9 10 2A 0 5B 4B 22 15E 53 24
Octal 251 20 52 0 133 113 42 536 123 44
Binary 10101001 10000 101010 0 1011011 1001011 100010 101011110 1010011 100100

Color Harmonies of #A9102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9102A

Black with #A9102A

Text Example


Text Example

White with #A9102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9102A; }

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

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

background-color css

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

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

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

border-color css

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

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

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