Html Css Color HEX #A4191C Carmine

📋 copy color: '#A4191C'

red 164 ◦ green 25 ◦ blue 28

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

Shades of Carmine #A4191C

Tints of Carmine #A4191C

RGB

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

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

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

R = 75.58%
G = 11.52%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A4191C (or 0xA4191C) is known color: Carmine. HEX triplet: A4, 19 and 1C. RGB value is (164,25,28). Sum of RGB (Red+Green+Blue) = 164+25+28=217 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.58% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 164 - color contains mainly: red. Hex color #A4191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4191C is #5BE6E3. Grayscale: #434343. Windows color (decimal): -6022884 or 1841572. OLE color: 1841572.

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

Color convert

RGB 164 25 28 -
CMYK 0 0.85 0.83 0.36
HSL 358.71º 0.74% 0.37% -
HSV(B) 358.71º 0.85% 0.64% -
XYZ 15.87 8.67 1.94 -
YUV 66.9 106.05 197.26 -
System Red Green Blue C M Y K H S L
Decimal 164 25 28 0 0.85 0.83 0.36 358.71 0.74 0.37
Hex A4 19 1C 0 55 53 24 167 4A 25
Octal 244 31 34 0 125 123 44 547 112 45
Binary 10100100 11001 11100 0 1010101 1010011 100100 101100111 1001010 100101

Color Harmonies of #A4191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4191C

Black with #A4191C

Text Example


Text Example

White with #A4191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4191C; }

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

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

background-color css

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

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

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

border-color css

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

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

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