Html Css Color HEX #A7042A Carmine

📋 copy color: '#A7042A'

red 167 ◦ green 4 ◦ blue 42

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

Shades of Carmine #A7042A

Tints of Carmine #A7042A

RGB

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

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

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

R = 78.4%
G = 1.88%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7042A (or 0xA7042A) is known color: Carmine. HEX triplet: A7, 04 and 2A. RGB value is (167,4,42). Sum of RGB (Red+Green+Blue) = 167+4+42=213 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.40% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 167 - color contains mainly: red. Hex color #A7042A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7042A is #58FBD5. Grayscale: #393939. Windows color (decimal): -5831638 or 2753703. OLE color: 2753703.

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

Color convert

RGB 167 4 42 -
CMYK 0 0.98 0.75 0.35
HSL 346.01º 0.95% 0.34% -
HSV(B) 346.01º 0.98% 0.65% -
XYZ 16.4 8.47 2.96 -
YUV 57.07 119.5 206.41 -
System Red Green Blue C M Y K H S L
Decimal 167 4 42 0 0.98 0.75 0.35 346.01 0.95 0.34
Hex A7 4 2A 0 62 4B 23 15A 5F 22
Octal 247 4 52 0 142 113 43 532 137 42
Binary 10100111 100 101010 0 1100010 1001011 100011 101011010 1011111 100010

Color Harmonies of #A7042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7042A

Black with #A7042A

Text Example


Text Example

White with #A7042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7042A; }

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

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

background-color css

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

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

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

border-color css

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

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

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