Html Css Color HEX #A54038 Medium Carmine

📋 copy color: '#A54038'

red 165 ◦ green 64 ◦ blue 56

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

Shades of Medium Carmine #A54038

Tints of Medium Carmine #A54038

RGB

 RED value IS 165 (64.84% from 255) = 57.89%

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

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

R = 57.89%
G = 22.46%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A54038 (or 0xA54038) is known color: Medium Carmine. HEX triplet: A5, 40 and 38. RGB value is (165,64,56). Sum of RGB (Red+Green+Blue) = 165+64+56=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A54038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54038 is #5ABFC7. Grayscale: #5D5D5D. Windows color (decimal): -5947336 or 3686565. OLE color: 3686565.

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

Color convert

RGB 165 64 56 -
CMYK 0 0.61 0.66 0.35
HSL 4.4º 0.49% 0.43% -
HSV(B) 4.4º 0.66% 0.65% -
XYZ 18.06 11.95 5.1 -
YUV 93.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 165 64 56 0 0.61 0.66 0.35 4.4 0.49 0.43
Hex A5 40 38 0 3D 42 23 4 31 2B
Octal 245 100 70 0 75 102 43 4 61 53
Binary 10100101 1000000 111000 0 111101 1000010 100011 100 110001 101011

Color Harmonies of #A54038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54038

Black with #A54038

Text Example


Text Example

White with #A54038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54038; }

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

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

background-color css

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

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

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

border-color css

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

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

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