Html Css Color HEX #A74038 Medium Carmine

📋 copy color: '#A74038'

red 167 ◦ green 64 ◦ blue 56

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

Shades of Medium Carmine #A74038

Tints of Medium Carmine #A74038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

 BLUE value IS 56 (22.27% from 255) = 19.51%

R = 58.19%
G = 22.3%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A74038 (or 0xA74038) is known color: Medium Carmine. HEX triplet: A7, 40 and 38. RGB value is (167,64,56). Sum of RGB (Red+Green+Blue) = 167+64+56=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A74038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74038 is #58BFC7. Grayscale: #5E5E5E. Windows color (decimal): -5816264 or 3686567. OLE color: 3686567.

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

Color convert

RGB 167 64 56 -
CMYK 0 0.62 0.66 0.35
HSL 4.32º 0.5% 0.44% -
HSV(B) 4.32º 0.66% 0.65% -
XYZ 18.48 12.17 5.12 -
YUV 93.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 167 64 56 0 0.62 0.66 0.35 4.32 0.5 0.44
Hex A7 40 38 0 3E 42 23 4 32 2C
Octal 247 100 70 0 76 102 43 4 62 54
Binary 10100111 1000000 111000 0 111110 1000010 100011 100 110010 101100

Color Harmonies of #A74038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74038

Black with #A74038

Text Example


Text Example

White with #A74038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74038; }

 p { color: rgb(167,64,56); }

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

background-color css

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

 a { background-color: rgb(167,64,56); }

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

border-color css

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

 span { border-color: rgb(167,64,56); }

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