Html Css Color HEX #A7191D Carmine

📋 copy color: '#A7191D'

red 167 ◦ green 25 ◦ blue 29

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

Shades of Carmine #A7191D

Tints of Carmine #A7191D

RGB

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

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

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

R = 75.57%
G = 11.31%
B = 13.12%

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

#A7191D (or 0xA7191D) is known color: Carmine. HEX triplet: A7, 19 and 1D. RGB value is (167,25,29). Sum of RGB (Red+Green+Blue) = 167+25+29=221 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.57% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 167 - color contains mainly: red. Hex color #A7191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7191D is #58E6E2. Grayscale: #444444. Windows color (decimal): -5826275 or 1907111. OLE color: 1907111.

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

Color convert

RGB 167 25 29 -
CMYK 0 0.85 0.83 0.35
HSL 358.31º 0.74% 0.38% -
HSV(B) 358.31º 0.85% 0.65% -
XYZ 16.51 9 2.03 -
YUV 67.91 106.04 198.67 -
System Red Green Blue C M Y K H S L
Decimal 167 25 29 0 0.85 0.83 0.35 358.31 0.74 0.38
Hex A7 19 1D 0 55 53 23 166 4A 26
Octal 247 31 35 0 125 123 43 546 112 46
Binary 10100111 11001 11101 0 1010101 1010011 100011 101100110 1001010 100110

Color Harmonies of #A7191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7191D

Black with #A7191D

Text Example


Text Example

White with #A7191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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