Html Css Color HEX #A7122B Carmine

📋 copy color: '#A7122B'

red 167 ◦ green 18 ◦ blue 43

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

Shades of Carmine #A7122B

Tints of Carmine #A7122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

 BLUE value IS 43 (17.19% from 255) = 18.86%

R = 73.25%
G = 7.89%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A7122B (or 0xA7122B) is known color: Carmine. HEX triplet: A7, 12 and 2B. RGB value is (167,18,43). Sum of RGB (Red+Green+Blue) = 167+18+43=228 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.25% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 167 - color contains mainly: red. Hex color #A7122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7122B is #58EDD4. Grayscale: #414141. Windows color (decimal): -5828053 or 2822823. OLE color: 2822823.

HSL color Cylindrical-coordinate representation of color #A7122B: hue angle of 349.93º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7122B is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 18 43 -
CMYK 0 0.89 0.74 0.35
HSL 349.93º 0.81% 0.36% -
HSV(B) 349.93º 0.89% 0.65% -
XYZ 16.59 8.82 3.11 -
YUV 65.4 115.36 200.47 -
System Red Green Blue C M Y K H S L
Decimal 167 18 43 0 0.89 0.74 0.35 349.93 0.81 0.36
Hex A7 12 2B 0 59 4A 23 15E 51 24
Octal 247 22 53 0 131 112 43 536 121 44
Binary 10100111 10010 101011 0 1011001 1001010 100011 101011110 1010001 100100

Color Harmonies of #A7122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7122B

Black with #A7122B

Text Example


Text Example

White with #A7122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7122B; }

 p { color: rgb(167,18,43); }

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

background-color css

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

 a { background-color: rgb(167,18,43); }

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

border-color css

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

 span { border-color: rgb(167,18,43); }

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