Html Css Color HEX #A7021A Carmine

📋 copy color: '#A7021A'

red 167 ◦ green 2 ◦ blue 26

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

Shades of Carmine #A7021A

Tints of Carmine #A7021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 26 (10.55% from 255) = 13.33%

R = 85.64%
G = 1.03%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7021A (or 0xA7021A) is known color: Carmine. HEX triplet: A7, 02 and 1A. RGB value is (167,2,26). Sum of RGB (Red+Green+Blue) = 167+2+26=195 (25% of max value = 765). Red value is 167 (65.62% from 255 or 85.64% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 167 - color contains mainly: red. Hex color #A7021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7021A is #58FDE5. Grayscale: #363636. Windows color (decimal): -5832166 or 1704615. OLE color: 1704615.

HSL color Cylindrical-coordinate representation of color #A7021A: hue angle of 351.27º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7021A is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 2 26 -
CMYK 0 0.99 0.84 0.35
HSL 351.27º 0.98% 0.33% -
HSV(B) 351.27º 0.99% 0.65% -
XYZ 16.14 8.33 1.73 -
YUV 54.07 112.16 208.55 -
System Red Green Blue C M Y K H S L
Decimal 167 2 26 0 0.99 0.84 0.35 351.27 0.98 0.33
Hex A7 2 1A 0 63 54 23 15F 62 21
Octal 247 2 32 0 143 124 43 537 142 41
Binary 10100111 10 11010 0 1100011 1010100 100011 101011111 1100010 100001

Color Harmonies of #A7021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7021A

Black with #A7021A

Text Example


Text Example

White with #A7021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7021A; }

 p { color: rgb(167,2,26); }

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

background-color css

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

 a { background-color: rgb(167,2,26); }

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

border-color css

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

 span { border-color: rgb(167,2,26); }

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