#A83E35

Color #A83E35 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #A83E35

Tints of Medium Carmine #A83E35

Color information

#A83E35 (or 0xA83E35) is unknown color: approx Medium Carmine. HEX triplet: A8, 3E and 35. RGB value is (168,62,53). Sum of RGB (Red+Green+Blue) = 168+62+53=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83E35 is #57C1CA. Grayscale: #5C5C5C. Windows color (decimal): -5751243 or 3489448. OLE color: 3489448.

HSL color Cylindrical-coordinate representation of color #A83E35: hue angle of 4.7º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83E35 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB1686253-
CMYK00.630.680.34
HSL4.7º52.04%43.33%-
HSV(B)4.7º68.45%65.88%-
XYZ18.5112.034.71-
YUV92.67105.62181.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.36%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 53 (21.09% from 255) = 18.73%
R=59.36%
G=21.91%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168625300.630.680.344.752.0443.33
HexA83E3503F44225342b
Octal25076650771044256453
Binary1010100011111011010101111111000100100010101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83E35; }

 p { color: rgb(168,62,53); }

 H1.HeaderClassName
 {
   color: #A83E35;
 }
 .AnyTagClassName
 {
   color: #A83E35;
 }
</style>
background-color css

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

 a { background-color: rgb(168,62,53); }

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

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

 span { border-color: rgb(168,62,53); }

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