Html Css Color HEX #A7423A Medium Carmine

📋 copy color: '#A7423A'

red 167 ◦ green 66 ◦ blue 58

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

Shades of Medium Carmine #A7423A

Tints of Medium Carmine #A7423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.68%

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 57.39%
G = 22.68%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7423A (or 0xA7423A) is known color: Medium Carmine. HEX triplet: A7, 42 and 3A. RGB value is (167,66,58). Sum of RGB (Red+Green+Blue) = 167+66+58=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A7423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7423A is #58BDC5. Grayscale: #5F5F5F. Windows color (decimal): -5815750 or 3818151. OLE color: 3818151.

HSL color Cylindrical-coordinate representation of color #A7423A: hue angle of 4.4º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7423A is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 66 58 -
CMYK 0 0.60 0.65 0.35
HSL 4.4º 0.48% 0.44% -
HSV(B) 4.4º 0.65% 0.65% -
XYZ 18.65 12.42 5.42 -
YUV 95.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 167 66 58 0 0.60 0.65 0.35 4.4 0.48 0.44
Hex A7 42 3A 0 3C 41 23 4 30 2C
Octal 247 102 72 0 74 101 43 4 60 54
Binary 10100111 1000010 111010 0 111100 1000001 100011 100 110000 101100

Color Harmonies of #A7423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7423A

Black with #A7423A

Text Example


Text Example

White with #A7423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7423A; }

 p { color: rgb(167,66,58); }

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

background-color css

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

 a { background-color: rgb(167,66,58); }

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

border-color css

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

 span { border-color: rgb(167,66,58); }

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