Html Css Color HEX #A8191E Carmine

📋 copy color: '#A8191E'

red 168 ◦ green 25 ◦ blue 30

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

Shades of Carmine #A8191E

Tints of Carmine #A8191E

RGB

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

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

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

R = 75.34%
G = 11.21%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8191E (or 0xA8191E) is known color: Carmine. HEX triplet: A8, 19 and 1E. RGB value is (168,25,30). Sum of RGB (Red+Green+Blue) = 168+25+30=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A8191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8191E is #57E6E1. Grayscale: #444444. Windows color (decimal): -5760738 or 1972648. OLE color: 1972648.

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

Color convert

RGB 168 25 30 -
CMYK 0 0.85 0.82 0.34
HSL 357.9º 0.74% 0.38% -
HSV(B) 357.9º 0.85% 0.66% -
XYZ 16.73 9.11 2.11 -
YUV 68.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 168 25 30 0 0.85 0.82 0.34 357.9 0.74 0.38
Hex A8 19 1E 0 55 52 22 166 4A 26
Octal 250 31 36 0 125 122 42 546 112 46
Binary 10101000 11001 11110 0 1010101 1010010 100010 101100110 1001010 100110

Color Harmonies of #A8191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8191E

Black with #A8191E

Text Example


Text Example

White with #A8191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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