Html Css Color HEX #A7001C Carmine

📋 copy color: '#A7001C'

red 167 ◦ green 0 ◦ blue 28

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

Shades of Carmine #A7001C

Tints of Carmine #A7001C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.64%
G = 0%
B = 14.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7001C (or 0xA7001C) is known color: Carmine. HEX triplet: A7, 00 and 1C. RGB value is (167,0,28). Sum of RGB (Red+Green+Blue) = 167+0+28=195 (25% of max value = 765). Red value is 167 (65.62% from 255 or 85.64% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 167 - color contains mainly: red. Hex color #A7001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7001C is #58FFE3. Grayscale: #353535. Windows color (decimal): -5832676 or 1835175. OLE color: 1835175.

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

Color convert

RGB 167 0 28 -
CMYK 0 1 0.83 0.35
HSL 349.94º 1% 0.33% -
HSV(B) 349.94º 1% 0.65% -
XYZ 16.15 8.3 1.85 -
YUV 53.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 167 0 28 0 1 0.83 0.35 349.94 1 0.33
Hex A7 0 1C 0 64 53 23 15E 64 21
Octal 247 0 34 0 144 123 43 536 144 41
Binary 10100111 0 11100 0 1100100 1010011 100011 101011110 1100100 100001

Color Harmonies of #A7001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7001C

Black with #A7001C

Text Example


Text Example

White with #A7001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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