Html Css Color HEX #A7002A Carmine

📋 copy color: '#A7002A'

red 167 ◦ green 0 ◦ blue 42

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

Shades of Carmine #A7002A

Tints of Carmine #A7002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.1%

R = 79.9%
G = 0%
B = 20.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7002A (or 0xA7002A) is known color: Carmine. HEX triplet: A7, 00 and 2A. RGB value is (167,0,42). Sum of RGB (Red+Green+Blue) = 167+0+42=209 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.90% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 167 - color contains mainly: red. Hex color #A7002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7002A is #58FFD5. Grayscale: #363636. Windows color (decimal): -5832662 or 2752679. OLE color: 2752679.

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

Color convert

RGB 167 0 42 -
CMYK 0 1 0.75 0.35
HSL 344.91º 1% 0.33% -
HSV(B) 344.91º 1% 0.65% -
XYZ 16.35 8.38 2.95 -
YUV 54.72 120.83 208.08 -
System Red Green Blue C M Y K H S L
Decimal 167 0 42 0 1 0.75 0.35 344.91 1 0.33
Hex A7 0 2A 0 64 4B 23 159 64 21
Octal 247 0 52 0 144 113 43 531 144 41
Binary 10100111 0 101010 0 1100100 1001011 100011 101011001 1100100 100001

Color Harmonies of #A7002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7002A

Black with #A7002A

Text Example


Text Example

White with #A7002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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