Html Css Color HEX #A8191D Carmine

📋 copy color: '#A8191D'

red 168 ◦ green 25 ◦ blue 29

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

Shades of Carmine #A8191D

Tints of Carmine #A8191D

RGB

 RED value IS 168 (66.02% from 255) = 75.68%

 GREEN value IS 25 (10.16% from 255) = 11.26%

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 75.68%
G = 11.26%
B = 13.06%

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

#A8191D (or 0xA8191D) is known color: Carmine. HEX triplet: A8, 19 and 1D. RGB value is (168,25,29). Sum of RGB (Red+Green+Blue) = 168+25+29=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A8191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8191D is #57E6E2. Grayscale: #444444. Windows color (decimal): -5760739 or 1907112. OLE color: 1907112.

HSL color Cylindrical-coordinate representation of color #A8191D: hue angle of 358.32º degrees, saturation: 0.74, 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 #A8191D is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 29 -
CMYK 0 0.85 0.83 0.34
HSL 358.32º 0.74% 0.38% -
HSV(B) 358.32º 0.85% 0.66% -
XYZ 16.72 9.11 2.04 -
YUV 68.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 168 25 29 0 0.85 0.83 0.34 358.32 0.74 0.38
Hex A8 19 1D 0 55 53 22 166 4A 26
Octal 250 31 35 0 125 123 42 546 112 46
Binary 10101000 11001 11101 0 1010101 1010011 100010 101100110 1001010 100110

Color Harmonies of #A8191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8191D

Black with #A8191D

Text Example


Text Example

White with #A8191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8191D; }

 p { color: rgb(168,25,29); }

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

background-color css

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

 a { background-color: rgb(168,25,29); }

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

border-color css

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

 span { border-color: rgb(168,25,29); }

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