Html Css Color HEX #A7151D Carmine

📋 copy color: '#A7151D'

red 167 ◦ green 21 ◦ blue 29

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

Shades of Carmine #A7151D

Tints of Carmine #A7151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

 BLUE value IS 29 (11.72% from 255) = 13.36%

R = 76.96%
G = 9.68%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7151D (or 0xA7151D) is known color: Carmine. HEX triplet: A7, 15 and 1D. RGB value is (167,21,29). Sum of RGB (Red+Green+Blue) = 167+21+29=217 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.96% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 167 - color contains mainly: red. Hex color #A7151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7151D is #58EAE2. Grayscale: #414141. Windows color (decimal): -5827299 or 1906087. OLE color: 1906087.

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

Color convert

RGB 167 21 29 -
CMYK 0 0.87 0.83 0.35
HSL 356.71º 0.78% 0.37% -
HSV(B) 356.71º 0.87% 0.65% -
XYZ 16.43 8.84 2 -
YUV 65.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 167 21 29 0 0.87 0.83 0.35 356.71 0.78 0.37
Hex A7 15 1D 0 57 53 23 165 4E 25
Octal 247 25 35 0 127 123 43 545 116 45
Binary 10100111 10101 11101 0 1010111 1010011 100011 101100101 1001110 100101

Color Harmonies of #A7151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7151D

Black with #A7151D

Text Example


Text Example

White with #A7151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7151D; }

 p { color: rgb(167,21,29); }

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

background-color css

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

 a { background-color: rgb(167,21,29); }

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

border-color css

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

 span { border-color: rgb(167,21,29); }

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