Html Css Color HEX #A7181A Carmine

📋 copy color: '#A7181A'

red 167 ◦ green 24 ◦ blue 26

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

Shades of Carmine #A7181A

Tints of Carmine #A7181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.06%

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

R = 76.96%
G = 11.06%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7181A (or 0xA7181A) is known color: Carmine. HEX triplet: A7, 18 and 1A. RGB value is (167,24,26). Sum of RGB (Red+Green+Blue) = 167+24+26=217 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.96% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 167 - color contains mainly: red. Hex color #A7181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7181A is #58E7E5. Grayscale: #434343. Windows color (decimal): -5826534 or 1710247. OLE color: 1710247.

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

Color convert

RGB 167 24 26 -
CMYK 0 0.86 0.84 0.35
HSL 359.16º 0.75% 0.37% -
HSV(B) 359.16º 0.86% 0.65% -
XYZ 16.45 8.94 1.84 -
YUV 66.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 167 24 26 0 0.86 0.84 0.35 359.16 0.75 0.37
Hex A7 18 1A 0 56 54 23 167 4B 25
Octal 247 30 32 0 126 124 43 547 113 45
Binary 10100111 11000 11010 0 1010110 1010100 100011 101100111 1001011 100101

Color Harmonies of #A7181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7181A

Black with #A7181A

Text Example


Text Example

White with #A7181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7181A; }

 p { color: rgb(167,24,26); }

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

background-color css

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

 a { background-color: rgb(167,24,26); }

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

border-color css

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

 span { border-color: rgb(167,24,26); }

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