Html Css Color HEX #A71526 Carmine

📋 copy color: '#A71526'

red 167 ◦ green 21 ◦ blue 38

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

Shades of Carmine #A71526

Tints of Carmine #A71526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.81%

R = 73.89%
G = 9.29%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A71526 (or 0xA71526) is known color: Carmine. HEX triplet: A7, 15 and 26. RGB value is (167,21,38). Sum of RGB (Red+Green+Blue) = 167+21+38=226 (29% of max value = 765). Red value is 167 (65.62% from 255 or 73.89% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 167 - color contains mainly: red. Hex color #A71526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71526 is #58EAD9. Grayscale: #424242. Windows color (decimal): -5827290 or 2495911. OLE color: 2495911.

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

Color convert

RGB 167 21 38 -
CMYK 0 0.87 0.77 0.35
HSL 353.01º 0.78% 0.37% -
HSV(B) 353.01º 0.87% 0.65% -
XYZ 16.55 8.89 2.68 -
YUV 66.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 167 21 38 0 0.87 0.77 0.35 353.01 0.78 0.37
Hex A7 15 26 0 57 4D 23 161 4E 25
Octal 247 25 46 0 127 115 43 541 116 45
Binary 10100111 10101 100110 0 1010111 1001101 100011 101100001 1001110 100101

Color Harmonies of #A71526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71526

Black with #A71526

Text Example


Text Example

White with #A71526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71526; }

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

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

background-color css

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

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

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

border-color css

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

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

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