Html Css Color HEX #A7181B Carmine

📋 copy color: '#A7181B'

red 167 ◦ green 24 ◦ blue 27

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

Shades of Carmine #A7181B

Tints of Carmine #A7181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.39%

R = 76.61%
G = 11.01%
B = 12.39%

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

#A7181B (or 0xA7181B) is known color: Carmine. HEX triplet: A7, 18 and 1B. RGB value is (167,24,27). Sum of RGB (Red+Green+Blue) = 167+24+27=218 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.61% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 167 - color contains mainly: red. Hex color #A7181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7181B is #58E7E4. Grayscale: #434343. Windows color (decimal): -5826533 or 1775783. OLE color: 1775783.

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

Color convert

RGB 167 24 27 -
CMYK 0 0.86 0.84 0.35
HSL 358.74º 0.75% 0.37% -
HSV(B) 358.74º 0.86% 0.65% -
XYZ 16.46 8.95 1.9 -
YUV 67.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 167 24 27 0 0.86 0.84 0.35 358.74 0.75 0.37
Hex A7 18 1B 0 56 54 23 167 4B 25
Octal 247 30 33 0 126 124 43 547 113 45
Binary 10100111 11000 11011 0 1010110 1010100 100011 101100111 1001011 100101

Color Harmonies of #A7181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7181B

Black with #A7181B

Text Example


Text Example

White with #A7181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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