Html Css Color HEX #A7191C Carmine

📋 copy color: '#A7191C'

red 167 ◦ green 25 ◦ blue 28

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

Shades of Carmine #A7191C

Tints of Carmine #A7191C

RGB

 RED value IS 167 (65.63% from 255) = 75.91%

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

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

R = 75.91%
G = 11.36%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7191C (or 0xA7191C) is known color: Carmine. HEX triplet: A7, 19 and 1C. RGB value is (167,25,28). Sum of RGB (Red+Green+Blue) = 167+25+28=220 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.91% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 167 - color contains mainly: red. Hex color #A7191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7191C is #58E6E3. Grayscale: #434343. Windows color (decimal): -5826276 or 1841575. OLE color: 1841575.

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

Color convert

RGB 167 25 28 -
CMYK 0 0.85 0.83 0.35
HSL 358.73º 0.74% 0.38% -
HSV(B) 358.73º 0.85% 0.65% -
XYZ 16.49 8.99 1.97 -
YUV 67.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 167 25 28 0 0.85 0.83 0.35 358.73 0.74 0.38
Hex A7 19 1C 0 55 53 23 167 4A 26
Octal 247 31 34 0 125 123 43 547 112 46
Binary 10100111 11001 11100 0 1010101 1010011 100011 101100111 1001010 100110

Color Harmonies of #A7191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7191C

Black with #A7191C

Text Example


Text Example

White with #A7191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7191C; }

 p { color: rgb(167,25,28); }

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

background-color css

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

 a { background-color: rgb(167,25,28); }

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

border-color css

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

 span { border-color: rgb(167,25,28); }

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