Html Css Color HEX #A74133 Medium Carmine

📋 copy color: '#A74133'

red 167 ◦ green 65 ◦ blue 51

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

Shades of Medium Carmine #A74133

Tints of Medium Carmine #A74133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.02%

R = 59.01%
G = 22.97%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A74133 (or 0xA74133) is known color: Medium Carmine. HEX triplet: A7, 41 and 33. RGB value is (167,65,51). Sum of RGB (Red+Green+Blue) = 167+65+51=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A74133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74133 is #58BECC. Grayscale: #5E5E5E. Windows color (decimal): -5816013 or 3359143. OLE color: 3359143.

HSL color Cylindrical-coordinate representation of color #A74133: hue angle of 7.24º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A74133 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 65 51 -
CMYK 0 0.61 0.69 0.35
HSL 7.24º 0.53% 0.43% -
HSV(B) 7.24º 0.69% 0.65% -
XYZ 18.42 12.24 4.52 -
YUV 93.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 167 65 51 0 0.61 0.69 0.35 7.24 0.53 0.43
Hex A7 41 33 0 3D 45 23 7 35 2B
Octal 247 101 63 0 75 105 43 7 65 53
Binary 10100111 1000001 110011 0 111101 1000101 100011 111 110101 101011

Color Harmonies of #A74133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74133

Black with #A74133

Text Example


Text Example

White with #A74133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74133; }

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

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

background-color css

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

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

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

border-color css

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

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

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