Html Css Color HEX #A91A1C Carmine

📋 copy color: '#A91A1C'

red 169 ◦ green 26 ◦ blue 28

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

Shades of Carmine #A91A1C

Tints of Carmine #A91A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.66%

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

R = 75.78%
G = 11.66%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A91A1C (or 0xA91A1C) is known color: Carmine. HEX triplet: A9, 1A and 1C. RGB value is (169,26,28). Sum of RGB (Red+Green+Blue) = 169+26+28=223 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.78% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 169 - color contains mainly: red. Hex color #A91A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91A1C is #56E5E3. Grayscale: #454545. Windows color (decimal): -5694948 or 1841833. OLE color: 1841833.

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

Color convert

RGB 169 26 28 -
CMYK 0 0.85 0.83 0.34
HSL 359.16º 0.73% 0.38% -
HSV(B) 359.16º 0.85% 0.66% -
XYZ 16.94 9.26 1.99 -
YUV 68.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 169 26 28 0 0.85 0.83 0.34 359.16 0.73 0.38
Hex A9 1A 1C 0 55 53 22 167 49 26
Octal 251 32 34 0 125 123 42 547 111 46
Binary 10101001 11010 11100 0 1010101 1010011 100010 101100111 1001001 100110

Color Harmonies of #A91A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91A1C

Black with #A91A1C

Text Example


Text Example

White with #A91A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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