Html Css Color HEX #A84038 Medium Carmine

📋 copy color: '#A84038'

red 168 ◦ green 64 ◦ blue 56

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

Shades of Medium Carmine #A84038

Tints of Medium Carmine #A84038

RGB

 RED value IS 168 (66.02% from 255) = 58.33%

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

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

R = 58.33%
G = 22.22%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A84038 (or 0xA84038) is known color: Medium Carmine. HEX triplet: A8, 40 and 38. RGB value is (168,64,56). Sum of RGB (Red+Green+Blue) = 168+64+56=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A84038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84038 is #57BFC7. Grayscale: #5E5E5E. Windows color (decimal): -5750728 or 3686568. OLE color: 3686568.

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

Color convert

RGB 168 64 56 -
CMYK 0 0.62 0.67 0.34
HSL 4.29º 0.5% 0.44% -
HSV(B) 4.29º 0.67% 0.66% -
XYZ 18.7 12.28 5.13 -
YUV 94.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 168 64 56 0 0.62 0.67 0.34 4.29 0.5 0.44
Hex A8 40 38 0 3E 43 22 4 32 2C
Octal 250 100 70 0 76 103 42 4 62 54
Binary 10101000 1000000 111000 0 111110 1000011 100010 100 110010 101100

Color Harmonies of #A84038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84038

Black with #A84038

Text Example


Text Example

White with #A84038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84038; }

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

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

background-color css

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

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

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

border-color css

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

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

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