Html Css Color HEX #A7131C Carmine

📋 copy color: '#A7131C'

red 167 ◦ green 19 ◦ blue 28

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

Shades of Carmine #A7131C

Tints of Carmine #A7131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

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

R = 78.04%
G = 8.88%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7131C (or 0xA7131C) is known color: Carmine. HEX triplet: A7, 13 and 1C. RGB value is (167,19,28). Sum of RGB (Red+Green+Blue) = 167+19+28=214 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.04% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 167 - color contains mainly: red. Hex color #A7131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7131C is #58ECE3. Grayscale: #404040. Windows color (decimal): -5827812 or 1840039. OLE color: 1840039.

HSL color Cylindrical-coordinate representation of color #A7131C: hue angle of 356.35º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7131C is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 19 28 -
CMYK 0 0.89 0.83 0.35
HSL 356.35º 0.8% 0.36% -
HSV(B) 356.35º 0.89% 0.65% -
XYZ 16.38 8.77 1.93 -
YUV 64.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 167 19 28 0 0.89 0.83 0.35 356.35 0.8 0.36
Hex A7 13 1C 0 59 53 23 164 50 24
Octal 247 23 34 0 131 123 43 544 120 44
Binary 10100111 10011 11100 0 1011001 1010011 100011 101100100 1010000 100100

Color Harmonies of #A7131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7131C

Black with #A7131C

Text Example


Text Example

White with #A7131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7131C; }

 p { color: rgb(167,19,28); }

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

background-color css

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

 a { background-color: rgb(167,19,28); }

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

border-color css

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

 span { border-color: rgb(167,19,28); }

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