Html Css Color HEX #A7042C Carmine

📋 copy color: '#A7042C'

red 167 ◦ green 4 ◦ blue 44

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

Shades of Carmine #A7042C

Tints of Carmine #A7042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

 BLUE value IS 44 (17.58% from 255) = 20.47%

R = 77.67%
G = 1.86%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A7042C (or 0xA7042C) is known color: Carmine. HEX triplet: A7, 04 and 2C. RGB value is (167,4,44). Sum of RGB (Red+Green+Blue) = 167+4+44=215 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.67% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 167 - color contains mainly: red. Hex color #A7042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7042C is #58FBD3. Grayscale: #393939. Windows color (decimal): -5831636 or 2884775. OLE color: 2884775.

HSL color Cylindrical-coordinate representation of color #A7042C: hue angle of 345.28º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7042C is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 4 44 -
CMYK 0 0.98 0.74 0.35
HSL 345.28º 0.95% 0.34% -
HSV(B) 345.28º 0.98% 0.65% -
XYZ 16.43 8.48 3.15 -
YUV 57.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 167 4 44 0 0.98 0.74 0.35 345.28 0.95 0.34
Hex A7 4 2C 0 62 4A 23 159 5F 22
Octal 247 4 54 0 142 112 43 531 137 42
Binary 10100111 100 101100 0 1100010 1001010 100011 101011001 1011111 100010

Color Harmonies of #A7042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7042C

Black with #A7042C

Text Example


Text Example

White with #A7042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7042C; }

 p { color: rgb(167,4,44); }

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

background-color css

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

 a { background-color: rgb(167,4,44); }

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

border-color css

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

 span { border-color: rgb(167,4,44); }

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