Html Css Color HEX #A4191A Carmine

📋 copy color: '#A4191A'

red 164 ◦ green 25 ◦ blue 26

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

Shades of Carmine #A4191A

Tints of Carmine #A4191A

RGB

 RED value IS 164 (64.45% from 255) = 76.28%

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

 BLUE value IS 26 (10.55% from 255) = 12.09%

R = 76.28%
G = 11.63%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4191A (or 0xA4191A) is known color: Carmine. HEX triplet: A4, 19 and 1A. RGB value is (164,25,26). Sum of RGB (Red+Green+Blue) = 164+25+26=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A4191A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4191A is #5BE6E5. Grayscale: #424242. Windows color (decimal): -6022886 or 1710500. OLE color: 1710500.

HSL color Cylindrical-coordinate representation of color #A4191A: hue angle of 359.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A4191A is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 25 26 -
CMYK 0 0.85 0.84 0.36
HSL 359.57º 0.74% 0.37% -
HSV(B) 359.57º 0.85% 0.64% -
XYZ 15.84 8.66 1.81 -
YUV 66.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 164 25 26 0 0.85 0.84 0.36 359.57 0.74 0.37
Hex A4 19 1A 0 55 54 24 168 4A 25
Octal 244 31 32 0 125 124 44 550 112 45
Binary 10100100 11001 11010 0 1010101 1010100 100100 101101000 1001010 100101

Color Harmonies of #A4191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4191A

Black with #A4191A

Text Example


Text Example

White with #A4191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4191A; }

 p { color: rgb(164,25,26); }

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

background-color css

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

 a { background-color: rgb(164,25,26); }

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

border-color css

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

 span { border-color: rgb(164,25,26); }

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