Html Css Color HEX #A8191F Carmine

📋 copy color: '#A8191F'

red 168 ◦ green 25 ◦ blue 31

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

Shades of Carmine #A8191F

Tints of Carmine #A8191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.84%

R = 75%
G = 11.16%
B = 13.84%

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

#A8191F (or 0xA8191F) is known color: Carmine. HEX triplet: A8, 19 and 1F. RGB value is (168,25,31). Sum of RGB (Red+Green+Blue) = 168+25+31=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A8191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8191F is #57E6E0. Grayscale: #444444. Windows color (decimal): -5760737 or 2038184. OLE color: 2038184.

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

Color convert

RGB 168 25 31 -
CMYK 0 0.85 0.82 0.34
HSL 357.48º 0.74% 0.38% -
HSV(B) 357.48º 0.85% 0.66% -
XYZ 16.74 9.12 2.17 -
YUV 68.44 106.88 199.01 -
System Red Green Blue C M Y K H S L
Decimal 168 25 31 0 0.85 0.82 0.34 357.48 0.74 0.38
Hex A8 19 1F 0 55 52 22 165 4A 26
Octal 250 31 37 0 125 122 42 545 112 46
Binary 10101000 11001 11111 0 1010101 1010010 100010 101100101 1001010 100110

Color Harmonies of #A8191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8191F

Black with #A8191F

Text Example


Text Example

White with #A8191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8191F; }

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

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

background-color css

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

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

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

border-color css

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

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

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