Html Css Color HEX #A7021C Carmine

📋 copy color: '#A7021C'

red 167 ◦ green 2 ◦ blue 28

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

Shades of Carmine #A7021C

Tints of Carmine #A7021C

RGB

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

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

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

R = 84.77%
G = 1.02%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7021C (or 0xA7021C) is known color: Carmine. HEX triplet: A7, 02 and 1C. RGB value is (167,2,28). Sum of RGB (Red+Green+Blue) = 167+2+28=197 (26% of max value = 765). Red value is 167 (65.62% from 255 or 84.77% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 167 - color contains mainly: red. Hex color #A7021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7021C is #58FDE3. Grayscale: #363636. Windows color (decimal): -5832164 or 1835687. OLE color: 1835687.

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

Color convert

RGB 167 2 28 -
CMYK 0 0.99 0.83 0.35
HSL 350.55º 0.98% 0.33% -
HSV(B) 350.55º 0.99% 0.65% -
XYZ 16.17 8.34 1.86 -
YUV 54.3 113.16 208.39 -
System Red Green Blue C M Y K H S L
Decimal 167 2 28 0 0.99 0.83 0.35 350.55 0.98 0.33
Hex A7 2 1C 0 63 53 23 15F 62 21
Octal 247 2 34 0 143 123 43 537 142 41
Binary 10100111 10 11100 0 1100011 1010011 100011 101011111 1100010 100001

Color Harmonies of #A7021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7021C

Black with #A7021C

Text Example


Text Example

White with #A7021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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