Html Css Color HEX #A7413A Medium Carmine

📋 copy color: '#A7413A'

red 167 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #A7413A

Tints of Medium Carmine #A7413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

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

R = 57.59%
G = 22.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7413A (or 0xA7413A) is known color: Medium Carmine. HEX triplet: A7, 41 and 3A. RGB value is (167,65,58). Sum of RGB (Red+Green+Blue) = 167+65+58=290 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.59% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 167 - color contains mainly: red. Hex color #A7413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7413A is #58BEC5. Grayscale: #5E5E5E. Windows color (decimal): -5816006 or 3817895. OLE color: 3817895.

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

Color convert

RGB 167 65 58 -
CMYK 0 0.61 0.65 0.35
HSL 3.85º 0.48% 0.44% -
HSV(B) 3.85º 0.65% 0.65% -
XYZ 18.59 12.3 5.4 -
YUV 94.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 167 65 58 0 0.61 0.65 0.35 3.85 0.48 0.44
Hex A7 41 3A 0 3D 41 23 4 30 2C
Octal 247 101 72 0 75 101 43 4 60 54
Binary 10100111 1000001 111010 0 111101 1000001 100011 100 110000 101100

Color Harmonies of #A7413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7413A

Black with #A7413A

Text Example


Text Example

White with #A7413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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