Html Css Color HEX #A7101C Carmine

📋 copy color: '#A7101C'

red 167 ◦ green 16 ◦ blue 28

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

Shades of Carmine #A7101C

Tints of Carmine #A7101C

RGB

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

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

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

R = 79.15%
G = 7.58%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7101C (or 0xA7101C) is known color: Carmine. HEX triplet: A7, 10 and 1C. RGB value is (167,16,28). Sum of RGB (Red+Green+Blue) = 167+16+28=211 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.15% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 167 - color contains mainly: red. Hex color #A7101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7101C is #58EFE3. Grayscale: #3E3E3E. Windows color (decimal): -5828580 or 1839271. OLE color: 1839271.

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

Color convert

RGB 167 16 28 -
CMYK 0 0.90 0.83 0.35
HSL 355.23º 0.83% 0.36% -
HSV(B) 355.23º 0.9% 0.65% -
XYZ 16.33 8.67 1.91 -
YUV 62.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 167 16 28 0 0.90 0.83 0.35 355.23 0.83 0.36
Hex A7 10 1C 0 5A 53 23 163 53 24
Octal 247 20 34 0 132 123 43 543 123 44
Binary 10100111 10000 11100 0 1011010 1010011 100011 101100011 1010011 100100

Color Harmonies of #A7101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7101C

Black with #A7101C

Text Example


Text Example

White with #A7101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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