Html Css Color HEX #A7101B Carmine

📋 copy color: '#A7101B'

red 167 ◦ green 16 ◦ blue 27

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

Shades of Carmine #A7101B

Tints of Carmine #A7101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

 BLUE value IS 27 (10.94% from 255) = 12.86%

R = 79.52%
G = 7.62%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7101B (or 0xA7101B) is known color: Carmine. HEX triplet: A7, 10 and 1B. RGB value is (167,16,27). Sum of RGB (Red+Green+Blue) = 167+16+27=210 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.52% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 167 - color contains mainly: red. Hex color #A7101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7101B is #58EFE4. Grayscale: #3E3E3E. Windows color (decimal): -5828581 or 1773735. OLE color: 1773735.

HSL color Cylindrical-coordinate representation of color #A7101B: hue angle of 355.63º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7101B is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 16 27 -
CMYK 0 0.90 0.84 0.35
HSL 355.63º 0.83% 0.36% -
HSV(B) 355.63º 0.9% 0.65% -
XYZ 16.32 8.67 1.85 -
YUV 62.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 167 16 27 0 0.90 0.84 0.35 355.63 0.83 0.36
Hex A7 10 1B 0 5A 54 23 164 53 24
Octal 247 20 33 0 132 124 43 544 123 44
Binary 10100111 10000 11011 0 1011010 1010100 100011 101100100 1010011 100100

Color Harmonies of #A7101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7101B

Black with #A7101B

Text Example


Text Example

White with #A7101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7101B; }

 p { color: rgb(167,16,27); }

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

background-color css

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

 a { background-color: rgb(167,16,27); }

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

border-color css

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

 span { border-color: rgb(167,16,27); }

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