Html Css Color HEX #A7002B Carmine

📋 copy color: '#A7002B'

red 167 ◦ green 0 ◦ blue 43

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

Shades of Carmine #A7002B

Tints of Carmine #A7002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.48%

R = 79.52%
G = 0%
B = 20.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A7002B (or 0xA7002B) is known color: Carmine. HEX triplet: A7, 00 and 2B. RGB value is (167,0,43). Sum of RGB (Red+Green+Blue) = 167+0+43=210 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.52% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 167 - color contains mainly: red. Hex color #A7002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7002B is #58FFD4. Grayscale: #363636. Windows color (decimal): -5832661 or 2818215. OLE color: 2818215.

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

Color convert

RGB 167 0 43 -
CMYK 0 1 0.74 0.35
HSL 344.55º 1% 0.33% -
HSV(B) 344.55º 1% 0.65% -
XYZ 16.37 8.39 3.04 -
YUV 54.84 121.33 208 -
System Red Green Blue C M Y K H S L
Decimal 167 0 43 0 1 0.74 0.35 344.55 1 0.33
Hex A7 0 2B 0 64 4A 23 159 64 21
Octal 247 0 53 0 144 112 43 531 144 41
Binary 10100111 0 101011 0 1100100 1001010 100011 101011001 1100100 100001

Color Harmonies of #A7002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7002B

Black with #A7002B

Text Example


Text Example

White with #A7002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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