Html Css Color HEX #A7002E Carmine

📋 copy color: '#A7002E'

red 167 ◦ green 0 ◦ blue 46

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

Shades of Carmine #A7002E

Tints of Carmine #A7002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 78.4%
G = 0%
B = 21.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7002E (or 0xA7002E) is known color: Carmine. HEX triplet: A7, 00 and 2E. RGB value is (167,0,46). Sum of RGB (Red+Green+Blue) = 167+0+46=213 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.40% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 167 - color contains mainly: red. Hex color #A7002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7002E is #58FFD1. Grayscale: #373737. Windows color (decimal): -5832658 or 3014823. OLE color: 3014823.

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

Color convert

RGB 167 0 46 -
CMYK 0 1 0.72 0.35
HSL 343.47º 1% 0.33% -
HSV(B) 343.47º 1% 0.65% -
XYZ 16.43 8.41 3.34 -
YUV 55.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 167 0 46 0 1 0.72 0.35 343.47 1 0.33
Hex A7 0 2E 0 64 48 23 157 64 21
Octal 247 0 56 0 144 110 43 527 144 41
Binary 10100111 0 101110 0 1100100 1001000 100011 101010111 1100100 100001

Color Harmonies of #A7002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7002E

Black with #A7002E

Text Example


Text Example

White with #A7002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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