Html Css Color HEX #A71521 Carmine

📋 copy color: '#A71521'

red 167 ◦ green 21 ◦ blue 33

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

Shades of Carmine #A71521

Tints of Carmine #A71521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.93%

R = 75.57%
G = 9.5%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A71521 (or 0xA71521) is known color: Carmine. HEX triplet: A7, 15 and 21. RGB value is (167,21,33). Sum of RGB (Red+Green+Blue) = 167+21+33=221 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.57% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 167 - color contains mainly: red. Hex color #A71521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71521 is #58EADE. Grayscale: #424242. Windows color (decimal): -5827295 or 2168231. OLE color: 2168231.

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

Color convert

RGB 167 21 33 -
CMYK 0 0.87 0.80 0.35
HSL 355.07º 0.78% 0.37% -
HSV(B) 355.07º 0.87% 0.65% -
XYZ 16.48 8.86 2.28 -
YUV 66.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 167 21 33 0 0.87 0.80 0.35 355.07 0.78 0.37
Hex A7 15 21 0 57 50 23 163 4E 25
Octal 247 25 41 0 127 120 43 543 116 45
Binary 10100111 10101 100001 0 1010111 1010000 100011 101100011 1001110 100101

Color Harmonies of #A71521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71521

Black with #A71521

Text Example


Text Example

White with #A71521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71521; }

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

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

background-color css

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

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

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

border-color css

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

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

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