Html Css Color HEX #A4171A Carmine

📋 copy color: '#A4171A'

red 164 ◦ green 23 ◦ blue 26

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

Shades of Carmine #A4171A

Tints of Carmine #A4171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.8%

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

R = 77%
G = 10.8%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4171A (or 0xA4171A) is known color: Carmine. HEX triplet: A4, 17 and 1A. RGB value is (164,23,26). Sum of RGB (Red+Green+Blue) = 164+23+26=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A4171A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4171A is #5BE8E5. Grayscale: #414141. Windows color (decimal): -6023398 or 1709988. OLE color: 1709988.

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

Color convert

RGB 164 23 26 -
CMYK 0 0.86 0.84 0.36
HSL 358.72º 0.75% 0.37% -
HSV(B) 358.72º 0.86% 0.64% -
XYZ 15.8 8.58 1.8 -
YUV 65.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 164 23 26 0 0.86 0.84 0.36 358.72 0.75 0.37
Hex A4 17 1A 0 56 54 24 167 4B 25
Octal 244 27 32 0 126 124 44 547 113 45
Binary 10100100 10111 11010 0 1010110 1010100 100100 101100111 1001011 100101

Color Harmonies of #A4171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4171A

Black with #A4171A

Text Example


Text Example

White with #A4171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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