Html Css Color HEX #A7413B Medium Carmine

📋 copy color: '#A7413B'

red 167 ◦ green 65 ◦ blue 59

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

Shades of Medium Carmine #A7413B

Tints of Medium Carmine #A7413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.27%

R = 57.39%
G = 22.34%
B = 20.27%

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

#A7413B (or 0xA7413B) is known color: Medium Carmine. HEX triplet: A7, 41 and 3B. RGB value is (167,65,59). Sum of RGB (Red+Green+Blue) = 167+65+59=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A7413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7413B is #58BEC4. Grayscale: #5E5E5E. Windows color (decimal): -5816005 or 3883431. OLE color: 3883431.

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

Color convert

RGB 167 65 59 -
CMYK 0 0.61 0.65 0.35
HSL 3.33º 0.48% 0.44% -
HSV(B) 3.33º 0.65% 0.65% -
XYZ 18.62 12.31 5.53 -
YUV 94.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 167 65 59 0 0.61 0.65 0.35 3.33 0.48 0.44
Hex A7 41 3B 0 3D 41 23 3 30 2C
Octal 247 101 73 0 75 101 43 3 60 54
Binary 10100111 1000001 111011 0 111101 1000001 100011 11 110000 101100

Color Harmonies of #A7413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7413B

Black with #A7413B

Text Example


Text Example

White with #A7413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7413B; }

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

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

background-color css

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

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

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

border-color css

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

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

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